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

#include <berryMessage.h>

Inheritance diagram for berry::MessageDelegate< R, A >:
Collaboration diagram for berry::MessageDelegate< R, A >:

Public Member Functions

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

Detailed Description

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

Definition at line 128 of file berryMessage.h.

Constructor & Destructor Documentation

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

Definition at line 134 of file berryMessage.h.

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

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

Definition at line 139 of file berryMessage.h.

Member Function Documentation

template<class R, typename A = void>
MessageAbstractDelegate<A>* berry::MessageDelegate< R, A >::Clone ( ) const
inlinevirtual
template<class R, typename A = void>
virtual A berry::MessageDelegate< R, A >::Execute ( )
inlinevirtual

Implements berry::MessageAbstractDelegate< A >.

Definition at line 144 of file berryMessage.h.

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

Implements berry::MessageAbstractDelegate< A >.

Definition at line 149 of file berryMessage.h.


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