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


Public Types | |
| typedef void(T::* | Exception) (const ::Ice::Exception &, const CT &) |
| typedef void(T::* | Response) (const ::std::vector< ::std::string > &, const CT &) |
| typedef void(T::* | Sent) (bool, const CT &) |
| typedef IceUtil::Handle< T > | TPtr |
Public Member Functions | |
| Callback_Object_ice_ids (const TPtr &instance, Response cb, Exception excb, Sent sentcb) | |
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::Ice::Object::begin_ice_ids.
Create a wrapper instance by calling Ice::newCallback_Object_ice_ids.
| typedef void(T::* Ice::Callback_Object_ice_ids< T, CT >::Exception) (const ::Ice::Exception &, const CT &) |
| typedef void(T::* Ice::Callback_Object_ice_ids< T, CT >::Response) (const ::std::vector< ::std::string > &, const CT &) |
| typedef void(T::* Ice::Callback_Object_ice_ids< T, CT >::Sent) (bool, const CT &) |
| typedef IceUtil::Handle<T> Ice::Callback_Object_ice_ids< T, CT >::TPtr |
|
inline |