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

#include <BaseIf.h>

Inheritance diagram for Nice::CallbackNC_BaseIf_disconnect< T >:
Inheritance graph
Collaboration diagram for Nice::CallbackNC_BaseIf_disconnect< T >:
Collaboration graph

Public Types

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

Public Member Functions

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

Member Typedef Documentation

◆ Exception [1/2]

template<class T >
typedef void(T::* Nice::CallbackNC_BaseIf_disconnect< T >::Exception) (const ::Ice::Exception &)

◆ Exception [2/2]

template<class T >
typedef void(T::* Nice::CallbackNC_BaseIf_disconnect< T >::Exception) (const ::Ice::Exception &)

◆ Response [1/2]

template<class T >
typedef void(T::* Nice::CallbackNC_BaseIf_disconnect< T >::Response) ()

◆ Response [2/2]

template<class T >
typedef void(T::* Nice::CallbackNC_BaseIf_disconnect< T >::Response) ()

◆ Sent [1/2]

template<class T >
typedef void(T::* Nice::CallbackNC_BaseIf_disconnect< T >::Sent) (bool)

◆ Sent [2/2]

template<class T >
typedef void(T::* Nice::CallbackNC_BaseIf_disconnect< T >::Sent) (bool)

◆ TPtr [1/2]

template<class T >
typedef IceUtil::Handle<T> Nice::CallbackNC_BaseIf_disconnect< T >::TPtr

◆ TPtr [2/2]

template<class T >
typedef IceUtil::Handle<T> Nice::CallbackNC_BaseIf_disconnect< T >::TPtr

Constructor & Destructor Documentation

◆ CallbackNC_BaseIf_disconnect() [1/2]

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

◆ CallbackNC_BaseIf_disconnect() [2/2]

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

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