| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

PropertyCallbackMemberFunctor< T > Class Template Reference

#include <PropertyCallbackFunctor.h>

Inheritance diagram for PropertyCallbackMemberFunctor< T >:

[legend]
Collaboration diagram for PropertyCallbackMemberFunctor< T >:
[legend]
List of all members.

Public Types

typedef void(T::*) PtrToCallbackMember (Property &)

Public Member Functions

 PropertyCallbackMemberFunctor (PtrToCallbackMember pCM, T *instance)
virtual void operator() (Property &prop) const
virtual PropertyCallbackMemberFunctorclone () const

Static Public Attributes

static const PropertyCallbackFunctor
*const 
nullPropertyCallbackFunctorPointer

Private Attributes

PtrToCallbackMember m_pCM
T * m_instance

Detailed Description

template<class T>
class PropertyCallbackMemberFunctor< T >

Definition at line 110 of file PropertyCallbackFunctor.h.


Member Typedef Documentation

template<class T>
typedef void( T::* ) PropertyCallbackMemberFunctor< T >::PtrToCallbackMember(Property &)

Definition at line 120 of file PropertyCallbackFunctor.h.


Constructor & Destructor Documentation

template<class T>
PropertyCallbackMemberFunctor< T >::PropertyCallbackMemberFunctor ( PtrToCallbackMember  pCM,
T *  instance 
) [inline, explicit]

Definition at line 130 of file PropertyCallbackFunctor.h.

00131     : m_pCM( pCM ), m_instance( instance ) { }


Member Function Documentation

template<class T>
virtual void PropertyCallbackMemberFunctor< T >::operator() ( Property prop  )  const [inline, virtual]

Implements PropertyCallbackFunctor.

Definition at line 135 of file PropertyCallbackFunctor.h.

00136   { ( m_instance->*m_pCM )( prop ); }

template<class T>
virtual PropertyCallbackMemberFunctor* PropertyCallbackMemberFunctor< T >::clone (  )  const [inline, virtual]

Implements PropertyCallbackFunctor.

Definition at line 138 of file PropertyCallbackFunctor.h.

00139   { return new PropertyCallbackMemberFunctor(*this); }


Member Data Documentation

template<class T>
PtrToCallbackMember PropertyCallbackMemberFunctor< T >::m_pCM [private]

Definition at line 145 of file PropertyCallbackFunctor.h.

template<class T>
T* PropertyCallbackMemberFunctor< T >::m_instance [private]

Definition at line 146 of file PropertyCallbackFunctor.h.

const PropertyCallbackFunctor* const PropertyCallbackFunctor::nullPropertyCallbackFunctorPointer [static, inherited]

Definition at line 49 of file PropertyCallbackFunctor.h.


The documentation for this class was generated from the following file:
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 19:57:13 2011 for GaudiKernel by doxygen 1.4.7