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


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