Ice 3.7 C++98 API Reference
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | List of all members
Ice::CallbackNC_Object_ice_invoke< T > Class Template Reference

Type-safe asynchronous callback wrapper class used for calls to IceProxy::Ice::Object::begin_ice_invoke. More...

#include <Ice/Ice.h>

Inheritance diagram for Ice::CallbackNC_Object_ice_invoke< T >:
Inheritance graph
[legend]
Collaboration diagram for Ice::CallbackNC_Object_ice_invoke< T >:
Collaboration graph
[legend]

Public Types

typedef void(T::* Exception) (const ::Ice::Exception &)
 
typedef void(T::* Response) (bool, const std::vector< ::Ice::Byte > &)
 
typedef void(T::* ResponseArray) (bool, const std::pair< const ::Ice::Byte *, const ::Ice::Byte * > &)
 
typedef void(T::* Sent) (bool)
 
typedef IceUtil::Handle< T > TPtr
 

Public Member Functions

 CallbackNC_Object_ice_invoke (const TPtr &instance, Response cb, Exception excb, Sent sentcb)
 
 CallbackNC_Object_ice_invoke (const TPtr &instance, ResponseArray cb, Exception excb, Sent sentcb)
 

Detailed Description

template<class T>
class Ice::CallbackNC_Object_ice_invoke< T >

Type-safe asynchronous callback wrapper class used for calls to IceProxy::Ice::Object::begin_ice_invoke.

Create a wrapper instance by calling Ice::newCallback_Object_ice_invoke.

Member Typedef Documentation

◆ Exception

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

◆ Response

template<class T >
typedef void(T::* Ice::CallbackNC_Object_ice_invoke< T >::Response) (bool, const std::vector< ::Ice::Byte > &)

◆ ResponseArray

template<class T >
typedef void(T::* Ice::CallbackNC_Object_ice_invoke< T >::ResponseArray) (bool, const std::pair< const ::Ice::Byte *, const ::Ice::Byte * > &)

◆ Sent

template<class T >
typedef void(T::* Ice::CallbackNC_Object_ice_invoke< T >::Sent) (bool)

◆ TPtr

template<class T >
typedef IceUtil::Handle<T> Ice::CallbackNC_Object_ice_invoke< T >::TPtr

Constructor & Destructor Documentation

◆ CallbackNC_Object_ice_invoke() [1/2]

template<class T >
Ice::CallbackNC_Object_ice_invoke< T >::CallbackNC_Object_ice_invoke ( const TPtr instance,
Response  cb,
Exception  excb,
Sent  sentcb 
)
inline

◆ CallbackNC_Object_ice_invoke() [2/2]

template<class T >
Ice::CallbackNC_Object_ice_invoke< T >::CallbackNC_Object_ice_invoke ( const TPtr instance,
ResponseArray  cb,
Exception  excb,
Sent  sentcb 
)
inline

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