Callback_Node_ready< T, CT > Class Template Reference

#include <ArmarXCore/applications/ArmarXStorm/IceStorm/generated/IceStorm/Election.h>

+ Inheritance diagram for Callback_Node_ready< T, CT >:

Public Types

typedef void(T::* Exception) (const ::Ice::Exception &, const CT &)
 
typedef void(T::* Response) (const CT &)
 
typedef void(T::* Sent) (bool, const CT &)
 
typedef IceUtil::Handle< TTPtr
 

Public Member Functions

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

Detailed Description

template<class T, typename CT>
class IceStormElection::Callback_Node_ready< T, CT >

Definition at line 3999 of file Election.h.

Member Typedef Documentation

◆ Exception

template<class T, typename CT>
typedef void(T::* Exception) (const ::Ice::Exception &, const CT &)

Definition at line 4006 of file Election.h.

◆ Response

template<class T, typename CT>
typedef void(T::* Response) (const CT &)

Definition at line 4008 of file Election.h.

◆ Sent

template<class T, typename CT>
typedef void(T::* Sent) (bool, const CT &)

Definition at line 4007 of file Election.h.

◆ TPtr

template<class T, typename CT>
typedef IceUtil::Handle<T> TPtr

Definition at line 4004 of file Election.h.

Constructor & Destructor Documentation

◆ Callback_Node_ready()

template<class T, typename CT>
Callback_Node_ready ( const TPtr & obj,
Response cb,
Exception excb,
Sent sentcb )
inline

Definition at line 4010 of file Election.h.


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