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


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