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


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