Class Reference for E1039 Core & Analysis Software
PHOperation< T > Class Template Referenceabstract

#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/framework/phool/PHOperation.h>

Public Member Functions

 PHOperation ()
 
virtual ~PHOperation ()
 
virtual void perform (T *)=0
 
void operator() (T &o)
 
void operator() (T *o)
 

Detailed Description

template<class T>
class PHOperation< T >

Definition at line 9 of file PHOperation.h.

Constructor & Destructor Documentation

◆ PHOperation()

template<class T >
PHOperation< T >::PHOperation

Definition at line 13 of file PHOperation.cc.

◆ ~PHOperation()

template<class T >
PHOperation< T >::~PHOperation
virtual

Definition at line 17 of file PHOperation.cc.

Member Function Documentation

◆ operator()() [1/2]

template<class T >
void PHOperation< T >::operator() ( T &  o)
inline

Definition at line 18 of file PHOperation.h.

References PHOperation< T >::perform().

+ Here is the call graph for this function:

◆ operator()() [2/2]

template<class T >
void PHOperation< T >::operator() ( T *  o)
inline

Definition at line 23 of file PHOperation.h.

References PHOperation< T >::perform().

+ Here is the call graph for this function:

◆ perform()

template<class T >
virtual void PHOperation< T >::perform ( T *  )
pure virtual

Referenced by PHOperation< T >::operator()().

+ Here is the caller graph for this function:

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