TwiceAsNice  2019-02-18
Public Types | Public Member Functions | List of all members
Nice::Callback_BaseIf_disconnect< T, CT > Class Template Reference

#include <BaseIf.h>

Inheritance diagram for Nice::Callback_BaseIf_disconnect< T, CT >:
Inheritance graph
Collaboration diagram for Nice::Callback_BaseIf_disconnect< T, CT >:
Collaboration graph

Public Types

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

Public Member Functions

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

Member Typedef Documentation

◆ Exception [1/2]

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

◆ Exception [2/2]

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

◆ Response [1/2]

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

◆ Response [2/2]

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

◆ Sent [1/2]

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

◆ Sent [2/2]

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

◆ TPtr [1/2]

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

◆ TPtr [2/2]

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

Constructor & Destructor Documentation

◆ Callback_BaseIf_disconnect() [1/2]

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

◆ Callback_BaseIf_disconnect() [2/2]

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

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