Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members

TrackFunctor::HasKey< T > Class Template Reference

#include <TrackFunctor.h>

List of all members.

Public Types

typedef bool(T::* ptr_memfun )(unsigned int) const

Public Member Functions

 HasKey (ptr_memfun check, unsigned int key)
bool operator() (const T *t) const

Private Attributes

ptr_memfun m_pmf
unsigned int m_key

template<class T>
class TrackFunctor::HasKey< T >


Member Typedef Documentation

template<class T>
typedef bool(T::* TrackFunctor::HasKey< T >::ptr_memfun)(unsigned int) const
 

Definition at line 142 of file TrackFunctor.h.


Constructor & Destructor Documentation

template<class T>
TrackFunctor::HasKey< T >::HasKey ptr_memfun  check,
unsigned int  key
[inline, explicit]
 

Definition at line 147 of file TrackFunctor.h.

References TrackFunctor::HasKey< T >::m_key, and TrackFunctor::HasKey< T >::m_pmf.

00147                                                         :
00148       m_pmf(check),m_key(key) {}
    bool operator()( const T* t ) const 


Member Function Documentation

template<class T>
bool TrackFunctor::HasKey< T >::operator() const T *  t  )  const [inline]
 

Definition at line 149 of file TrackFunctor.h.

References TrackFunctor::HasKey< T >::m_key, and TrackFunctor::HasKey< T >::m_pmf.

00150     {
00151       return (t ->* m_pmf) (m_key);
00152     }


Member Data Documentation

template<class T>
unsigned int TrackFunctor::HasKey< T >::m_key [private]
 

Definition at line 145 of file TrackFunctor.h.

Referenced by TrackFunctor::HasKey< T >::HasKey(), and TrackFunctor::HasKey< T >::operator()().

template<class T>
ptr_memfun TrackFunctor::HasKey< T >::m_pmf [private]
 

Definition at line 144 of file TrackFunctor.h.

Referenced by TrackFunctor::HasKey< T >::HasKey(), and TrackFunctor::HasKey< T >::operator()().


The documentation for this class was generated from the following file:
Generated on Fri May 27 13:59:50 2005 for New Track Event Model by doxygen 1.4.1