|
| template<typename P, typename T, typename ::std::enable_if<::std::is_base_of<::Ice::ObjectPrx, P >::value >::type * = nullptr, typename ::std::enable_if<::std::is_base_of<::Ice::ObjectPrx, T >::value >::type * = nullptr> |
| ::std::shared_ptr< P > | Ice::checkedCast (const ::std::shared_ptr< T > &b, const ::Ice::Context &context=Ice::noExplicitContext) |
| | Downcasts a proxy after confirming the target object's type via a remote invocation.
|
| template<typename P, typename T, typename ::std::enable_if<::std::is_base_of<::Ice::ObjectPrx, P >::value >::type * = nullptr, typename ::std::enable_if<::std::is_base_of<::Ice::ObjectPrx, T >::value >::type * = nullptr> |
| ::std::shared_ptr< P > | Ice::checkedCast (const ::std::shared_ptr< T > &b, const std::string &f, const ::Ice::Context &context=Ice::noExplicitContext) |
| | Downcasts a proxy after confirming the target object's type via a remote invocation.
|
| bool | Ice::operator!= (const ObjectPrx &lhs, const ObjectPrx &rhs) |
| ::std::ostream & | Ice::operator<< (::std::ostream &, const ::Ice::ObjectPrx &) |
| bool | Ice::operator<= (const ObjectPrx &lhs, const ObjectPrx &rhs) |
| bool | Ice::operator> (const ObjectPrx &lhs, const ObjectPrx &rhs) |
| bool | Ice::operator>= (const ObjectPrx &lhs, const ObjectPrx &rhs) |
| bool | Ice::proxyIdentityAndFacetEqual (const ::std::shared_ptr< ObjectPrx > &lhs, const ::std::shared_ptr< ObjectPrx > &rhs) |
| | Compares the object identities and facets of two proxies.
|
| bool | Ice::proxyIdentityAndFacetLess (const ::std::shared_ptr< ObjectPrx > &lhs, const ::std::shared_ptr< ObjectPrx > &rhs) |
| | Compares the object identities and facets of two proxies.
|
| bool | Ice::proxyIdentityEqual (const ::std::shared_ptr< ObjectPrx > &lhs, const ::std::shared_ptr< ObjectPrx > &rhs) |
| | Compares the object identities of two proxies.
|
| bool | Ice::proxyIdentityLess (const ::std::shared_ptr< ObjectPrx > &lhs, const ::std::shared_ptr< ObjectPrx > &rhs) |
| | Compares the object identities of two proxies.
|
| template<typename P, typename T, typename ::std::enable_if<::std::is_base_of<::Ice::ObjectPrx, P >::value >::type * = nullptr, typename ::std::enable_if<::std::is_base_of<::Ice::ObjectPrx, T >::value >::type * = nullptr> |
| ::std::shared_ptr< P > | Ice::uncheckedCast (const ::std::shared_ptr< T > &b) |
| | Downcasts a proxy without confirming the target object's type via a remote invocation.
|
| template<typename P, typename T, typename ::std::enable_if<::std::is_base_of<::Ice::ObjectPrx, P >::value >::type * = nullptr, typename ::std::enable_if<::std::is_base_of<::Ice::ObjectPrx, T >::value >::type * = nullptr> |
| ::std::shared_ptr< P > | Ice::uncheckedCast (const ::std::shared_ptr< T > &b, const std::string &f) |
| | Downcasts a proxy without confirming the target object's type via a remote invocation.
|