Callback_Node_query< T, CT > Class Template Reference

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

+ Inheritance diagram for Callback_Node_query< T, CT >:

Public Types

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

Public Member Functions

 Callback_Node_query (const TPtr &obj, Response cb, Exception excb, Sent sentcb)
 
virtual void completed (const ::Ice::AsyncResultPtr &result) const
 

Detailed Description

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

Definition at line 4732 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 4739 of file Election.h.

◆ Response

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

Definition at line 4741 of file Election.h.

◆ Sent

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

Definition at line 4740 of file Election.h.

◆ TPtr

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

Definition at line 4737 of file Election.h.

Constructor & Destructor Documentation

◆ Callback_Node_query()

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

Definition at line 4743 of file Election.h.

Member Function Documentation

◆ completed()

template<class T, typename CT>
virtual void completed ( const ::Ice::AsyncResultPtr & result) const
inlinevirtual

Definition at line 4749 of file Election.h.


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