Callback_Node_sync< T, CT > Class Template Reference

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

+ Inheritance diagram for Callback_Node_sync< T, CT >:

Public Types

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

Public Member Functions

 Callback_Node_sync (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_sync< T, CT >

Definition at line 3111 of file Election.h.

Member Typedef Documentation

◆ Exception

typedef void(T::* Exception(const ::Ice::Exception &, const CT &)

Definition at line 3117 of file Election.h.

◆ Response

typedef void(T::* Response(const ::Ice::ObjectPrx &, const CT &)

Definition at line 3119 of file Election.h.

◆ Sent

typedef void(T::* Sent(bool, const CT &)

Definition at line 3118 of file Election.h.

◆ TPtr

Definition at line 3115 of file Election.h.

Constructor & Destructor Documentation

◆ Callback_Node_sync()

Callback_Node_sync ( const TPtr obj,
Response  cb,
Exception  excb,
Sent  sentcb 
)
inline

Definition at line 3121 of file Election.h.

Member Function Documentation

◆ completed()

virtual void completed ( const ::Ice::AsyncResultPtr &  result) const
inlinevirtual

Definition at line 3126 of file Election.h.


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