|
Ice 3.7 C++98 API Reference
|
Type-safe asynchronous callback wrapper class used for calls to IceProxy::Ice::Object::begin_ice_getConnection. More...
#include <Ice/Ice.h>


Public Types | |
| typedef void(T::* | Exception) (const ::Ice::Exception &) |
| typedef void(T::* | Response) (const ::Ice::ConnectionPtr &) |
| typedef void(T::* | Sent) (bool) |
| typedef IceUtil::Handle< T > | TPtr |
Public Member Functions | |
| CallbackNC_Object_ice_getConnection (const TPtr &instance, Response cb, Exception excb, Sent sentcb) | |
Type-safe asynchronous callback wrapper class used for calls to IceProxy::Ice::Object::begin_ice_getConnection.
Create a wrapper instance by calling Ice::newCallback_Object_ice_getConnection.
| typedef void(T::* Ice::CallbackNC_Object_ice_getConnection< T >::Exception) (const ::Ice::Exception &) |
| typedef void(T::* Ice::CallbackNC_Object_ice_getConnection< T >::Response) (const ::Ice::ConnectionPtr &) |
| typedef void(T::* Ice::CallbackNC_Object_ice_getConnection< T >::Sent) (bool) |
| typedef IceUtil::Handle<T> Ice::CallbackNC_Object_ice_getConnection< T >::TPtr |
|
inline |