Ice 3.7 C++98 API Reference
|
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid::FileParser::begin_parse. More...
#include <FileParser.h>
Public Types | |
typedef void(T::* | Exception) (const ::Ice::Exception &, const CT &) |
typedef void(T::* | Response) (const ApplicationDescriptor &, const CT &) |
typedef void(T::* | Sent) (bool, const CT &) |
typedef IceUtil::Handle< T > | TPtr |
Public Member Functions | |
Callback_FileParser_parse (const TPtr &obj, Response cb, Exception excb, Sent sentcb) | |
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid::FileParser::begin_parse.
Create a wrapper instance by calling IceGrid::newCallback_FileParser_parse.
typedef void(T::* IceGrid::Callback_FileParser_parse< T, CT >::Exception) (const ::Ice::Exception &, const CT &) |
typedef void(T::* IceGrid::Callback_FileParser_parse< T, CT >::Response) (const ApplicationDescriptor &, const CT &) |
typedef void(T::* IceGrid::Callback_FileParser_parse< T, CT >::Sent) (bool, const CT &) |
typedef IceUtil::Handle<T> IceGrid::Callback_FileParser_parse< T, CT >::TPtr |
|
inline |