Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
berry::MessageDelegate1< R, T, A > Class Template Reference

#include <berryMessage.h>

Inheritance diagram for berry::MessageDelegate1< R, T, A >:
Collaboration diagram for berry::MessageDelegate1< R, T, A >:

Public Member Functions

 MessageDelegate1 (R *object, A(R::*memberFunctionPointer)(T))
 
virtual ~MessageDelegate1 ()
 
virtual A Execute (T t)
 
bool operator== (const MessageAbstractDelegate1< T, A > *c)
 
MessageAbstractDelegate1< T, A > * Clone () const
 
- Public Member Functions inherited from berry::MessageAbstractDelegate1< T, A >
virtual ~MessageAbstractDelegate1 ()
 

Detailed Description

template<class R, typename T, typename A = void>
class berry::MessageDelegate1< R, T, A >

Definition at line 174 of file berryMessage.h.

Constructor & Destructor Documentation

template<class R, typename T, typename A = void>
berry::MessageDelegate1< R, T, A >::MessageDelegate1 ( R *  object,
A(R::*)(T)  memberFunctionPointer 
)
inline

Definition at line 180 of file berryMessage.h.

Referenced by berry::MessageDelegate1< R, T, A >::Clone().

template<class R, typename T, typename A = void>
virtual berry::MessageDelegate1< R, T, A >::~MessageDelegate1 ( )
inlinevirtual

Definition at line 185 of file berryMessage.h.

Member Function Documentation

template<class R, typename T, typename A = void>
MessageAbstractDelegate1<T, A>* berry::MessageDelegate1< R, T, A >::Clone ( ) const
inlinevirtual
template<class R, typename T, typename A = void>
virtual A berry::MessageDelegate1< R, T, A >::Execute ( t)
inlinevirtual

Implements berry::MessageAbstractDelegate1< T, A >.

Definition at line 190 of file berryMessage.h.

template<class R, typename T, typename A = void>
bool berry::MessageDelegate1< R, T, A >::operator== ( const MessageAbstractDelegate1< T, A > *  c)
inlinevirtual

Implements berry::MessageAbstractDelegate1< T, A >.

Definition at line 195 of file berryMessage.h.


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