Gaudi Framework, version v23r2

Home   Generated: Thu Jun 28 2012
Public Types | Public Member Functions | Private Attributes

PropertyCallbackMemberFunctor< T > Class Template Reference

#include <PropertyCallbackFunctor.h>

Inheritance diagram for PropertyCallbackMemberFunctor< T >:
Inheritance graph
[legend]
Collaboration diagram for PropertyCallbackMemberFunctor< T >:
Collaboration graph
[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
PropertyCallbackMemberFunctor
clone () const

Private Attributes

PtrToCallbackMember m_pCM
T * m_instance

Detailed Description

template<class T>
class PropertyCallbackMemberFunctor< T >

Definition at line 112 of file PropertyCallbackFunctor.h.


Member Typedef Documentation

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

Definition at line 122 of file PropertyCallbackFunctor.h.


Constructor & Destructor Documentation

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

Definition at line 132 of file PropertyCallbackFunctor.h.

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

Member Function Documentation

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

Implements PropertyCallbackFunctor.

Definition at line 140 of file PropertyCallbackFunctor.h.

  { return new PropertyCallbackMemberFunctor(*this); }
template<class T >
virtual void PropertyCallbackMemberFunctor< T >::operator() ( Property prop ) const [inline, virtual]

Implements PropertyCallbackFunctor.

Definition at line 137 of file PropertyCallbackFunctor.h.

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

Member Data Documentation

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

Definition at line 148 of file PropertyCallbackFunctor.h.

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

Definition at line 147 of file PropertyCallbackFunctor.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated at Thu Jun 28 2012 23:27:44 for Gaudi Framework, version v23r2 by Doxygen version 1.7.2 written by Dimitri van Heesch, © 1997-2004