Callback_TopicLink_forward< T, CT > Class Template Reference

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

+ Inheritance diagram for Callback_TopicLink_forward< 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_TopicLink_forward (const TPtr &obj, Response cb, Exception excb, Sent sentcb)
 

Detailed Description

template<class T, typename CT>
class IceStorm::Callback_TopicLink_forward< T, CT >

Definition at line 1067 of file IceStormInternal.h.

Member Typedef Documentation

◆ Exception

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

Definition at line 1074 of file IceStormInternal.h.

◆ Response

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

Definition at line 1076 of file IceStormInternal.h.

◆ Sent

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

Definition at line 1075 of file IceStormInternal.h.

◆ TPtr

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

Definition at line 1072 of file IceStormInternal.h.

Constructor & Destructor Documentation

◆ Callback_TopicLink_forward()

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

Definition at line 1078 of file IceStormInternal.h.


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