CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Types | Public Member Functions | Static Public Member Functions | Private Member Functions
cond::ValueExtractor< T > Class Template Reference

#include <PayLoadInspector.h>

Inheritance diagram for cond::ValueExtractor< T >:
cond::BaseValueExtractor< T >

Public Types

typedef T Class
 
typedef ExtractWhat< ClassWhat
 
- Public Types inherited from cond::BaseValueExtractor< T >
typedef T Class
 

Public Member Functions

 ValueExtractor ()
 
 ValueExtractor (What const &)
 
- Public Member Functions inherited from cond::BaseValueExtractor< T >
 BaseValueExtractor ()
 
void computeW (Class const &o)
 
std::vector< float > const & values () const
 
virtual ~BaseValueExtractor ()
 

Static Public Member Functions

static What what ()
 

Private Member Functions

void compute (Class const &)
 

Additional Inherited Members

- Protected Member Functions inherited from cond::BaseValueExtractor< T >
void add (float v)
 
void swap (std::vector< float > &v)
 

Detailed Description

template<typename T>
class cond::ValueExtractor< T >

Definition at line 52 of file PayLoadInspector.h.

Member Typedef Documentation

template<typename T >
typedef T cond::ValueExtractor< T >::Class

Definition at line 54 of file PayLoadInspector.h.

template<typename T >
typedef ExtractWhat<Class> cond::ValueExtractor< T >::What

Definition at line 55 of file PayLoadInspector.h.

Constructor & Destructor Documentation

template<typename T >
cond::ValueExtractor< T >::ValueExtractor ( )
inline

Definition at line 56 of file PayLoadInspector.h.

56 {}
template<typename T >
cond::ValueExtractor< T >::ValueExtractor ( What const &  )
inline

Definition at line 57 of file PayLoadInspector.h.

57 {}

Member Function Documentation

template<typename T >
void cond::ValueExtractor< T >::compute ( Class const &  )
inlineprivatevirtual

Reimplemented from cond::BaseValueExtractor< T >.

Definition at line 60 of file PayLoadInspector.h.

60 {}
template<typename T >
static What cond::ValueExtractor< T >::what ( )
inlinestatic

Definition at line 58 of file PayLoadInspector.h.

58 { return What();}
ExtractWhat< Class > What