Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches

◆ createDirectProxy()

template<typename Prx = ObjectPrx, std::enable_if_t< std::is_base_of_v< ObjectPrx, Prx >, bool > = true>
Prx Ice::ObjectAdapter::createDirectProxy ( Identity id)
inline

Creates a direct proxy from an Ice identity.

Template Parameters
PrxThe type of the proxy to return.
Parameters
idAn Ice identity.
Returns
A proxy with the given identity and this published endpoints of this object adapter.

Definition at line 266 of file ObjectAdapter.h.