Ice 3.7 C++98 API Reference
|
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceStorm::Topic::begin_getLinkInfoSeq. More...
#include <IceStorm.h>
Public Types | |
typedef void(T::* | Exception) (const ::Ice::Exception &) |
typedef void(T::* | Response) (const LinkInfoSeq &) |
typedef void(T::* | Sent) (bool) |
typedef IceUtil::Handle< T > | TPtr |
Public Member Functions | |
CallbackNC_Topic_getLinkInfoSeq (const TPtr &obj, Response cb, Exception excb, Sent sentcb) | |
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceStorm::Topic::begin_getLinkInfoSeq.
Create a wrapper instance by calling IceStorm::newCallback_Topic_getLinkInfoSeq.
typedef void(T::* IceStorm::CallbackNC_Topic_getLinkInfoSeq< T >::Exception) (const ::Ice::Exception &) |
typedef void(T::* IceStorm::CallbackNC_Topic_getLinkInfoSeq< T >::Response) (const LinkInfoSeq &) |
typedef void(T::* IceStorm::CallbackNC_Topic_getLinkInfoSeq< T >::Sent) (bool) |
typedef IceUtil::Handle<T> IceStorm::CallbackNC_Topic_getLinkInfoSeq< T >::TPtr |
|
inline |