CMS 3D CMS Logo

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 >

List of all members.

Public Types

typedef T Class
typedef ExtractWhat< ClassWhat

Public Member Functions

 ValueExtractor ()
 ValueExtractor (What const &)

Static Public Member Functions

static What what ()

Private Member Functions

void compute (Class const &)

Detailed Description

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

Definition at line 53 of file PayLoadInspector.h.


Member Typedef Documentation

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

Reimplemented from cond::BaseValueExtractor< T >.

Definition at line 55 of file PayLoadInspector.h.

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

Definition at line 56 of file PayLoadInspector.h.


Constructor & Destructor Documentation

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

Definition at line 57 of file PayLoadInspector.h.

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

Definition at line 58 of file PayLoadInspector.h.

{}

Member Function Documentation

template<typename T >
void cond::ValueExtractor< T >::compute ( Class const &  ) [inline, private, virtual]

Reimplemented from cond::BaseValueExtractor< T >.

Definition at line 61 of file PayLoadInspector.h.

{}
template<typename T >
static What cond::ValueExtractor< T >::what ( ) [inline, static]

Definition at line 59 of file PayLoadInspector.h.

{ return What();}