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


Public Types | |
| typedef void(T::* | Exception) (const ::Ice::Exception &) |
| typedef void(T::* | Response) (const TopicPrx &) |
| typedef void(T::* | Sent) (bool) |
| typedef IceUtil::Handle< T > | TPtr |
Public Member Functions | |
| CallbackNC_TopicManager_create (const TPtr &obj, Response cb, Exception excb, Sent sentcb) | |
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceStorm::TopicManager::begin_create.
Create a wrapper instance by calling IceStorm::newCallback_TopicManager_create.
| typedef void(T::* IceStorm::CallbackNC_TopicManager_create< T >::Exception) (const ::Ice::Exception &) |
| typedef void(T::* IceStorm::CallbackNC_TopicManager_create< T >::Response) (const TopicPrx &) |
| typedef void(T::* IceStorm::CallbackNC_TopicManager_create< T >::Sent) (bool) |
| typedef IceUtil::Handle<T> IceStorm::CallbackNC_TopicManager_create< T >::TPtr |
|
inline |