Ice
3.9
C++ API Reference
Loading...
Searching...
No Matches
◆
findAdminFacet()
template<typename T = Object, std::enable_if_t< std::is_base_of_v<
Object
, T >, bool > = true>
std::shared_ptr< T > Ice::Communicator::findAdminFacet
(
std::string_view
facet
)
inline
Returns a facet of the Admin object.
Template Parameters
T
The type of the facet to return.
Parameters
facet
The name of the Admin facet.
Returns
The servant associated with this Admin facet, or null if no facet is registered with the given name.
Exceptions
CommunicatorDestroyedException
Thrown when the communicator has been destroyed.
Definition at line
340
of file
Communicator.h
.
Ice
Communicator
Generated by
1.17.0