Ice 3.7 C++98 API Reference
Loading...
Searching...
No Matches
IceGrid::CallbackNC_UserAccountMapper_getUserAccount< T > Class Template Reference

Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceGrid::UserAccountMapper::begin_getUserAccount. More...

#include <UserAccountMapper.h>

Inheritance diagram for IceGrid::CallbackNC_UserAccountMapper_getUserAccount< T >:
Collaboration diagram for IceGrid::CallbackNC_UserAccountMapper_getUserAccount< T >:

Public Types

typedef void(T::* Exception) (const ::Ice::Exception &)
typedef void(T::* Response) (const ::std::string &)
typedef void(T::* Sent) (bool)
typedef IceUtil::Handle< T > TPtr

Public Member Functions

 CallbackNC_UserAccountMapper_getUserAccount (const TPtr &obj, Response cb, Exception excb, Sent sentcb)

Detailed Description

template<class T>
class IceGrid::CallbackNC_UserAccountMapper_getUserAccount< T >

Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceGrid::UserAccountMapper::begin_getUserAccount.

Create a wrapper instance by calling IceGrid::newCallback_UserAccountMapper_getUserAccount.

Member Typedef Documentation

◆ Exception

template<class T>
typedef void(T::* IceGrid::CallbackNC_UserAccountMapper_getUserAccount< T >::Exception) (const ::Ice::Exception &)

◆ Response

template<class T>
typedef void(T::* IceGrid::CallbackNC_UserAccountMapper_getUserAccount< T >::Response) (const ::std::string &)

◆ Sent

template<class T>
typedef void(T::* IceGrid::CallbackNC_UserAccountMapper_getUserAccount< T >::Sent) (bool)

◆ TPtr

Constructor & Destructor Documentation

◆ CallbackNC_UserAccountMapper_getUserAccount()

template<class T>
IceGrid::CallbackNC_UserAccountMapper_getUserAccount< T >::CallbackNC_UserAccountMapper_getUserAccount ( const TPtr & obj,
Response cb,
Exception excb,
Sent sentcb )
inline

The documentation for this class was generated from the following file: