ATLAS Offline Software
|
actual template of the Feature wrapper - stores a pointer to an object and inherits from FeatureBase More...
#include <TIDAFeature.h>
Public Types | |
typedef T | value_type |
Public Member Functions | |
Feature (T *t) | |
virtual | ~Feature () |
T * | cptr () |
const T * | cptr () const |
Private Member Functions | |
virtual void | dummy () const |
only needed to satify the pure virtual method of the FeatureBase More... | |
Private Attributes | |
T * | m_t |
actual template of the Feature wrapper - stores a pointer to an object and inherits from FeatureBase
Definition at line 55 of file TIDAFeature.h.
typedef T TIDA::Feature< T >::value_type |
Definition at line 59 of file TIDAFeature.h.
|
inline |
Definition at line 63 of file TIDAFeature.h.
|
inlinevirtual |
Definition at line 65 of file TIDAFeature.h.
|
inline |
Definition at line 67 of file TIDAFeature.h.
|
inline |
Definition at line 68 of file TIDAFeature.h.
|
inlineprivatevirtual |
only needed to satify the pure virtual method of the FeatureBase
Implements TIDA::FeatureBase.
Definition at line 74 of file TIDAFeature.h.
|
private |
Definition at line 78 of file TIDAFeature.h.