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


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