#include <CondCore/Utilities/interface/PayLoadInspector.h>
Public Types | |
typedef T | Class |
typedef ExtractWhat< Class > | What |
Public Member Functions | |
ValueExtractor (What const &) | |
ValueExtractor () | |
Static Public Member Functions | |
static What | what () |
Private Member Functions | |
void | compute (Class const &) |
Definition at line 66 of file PayLoadInspector.h.
typedef T cond::ValueExtractor< T >::Class |
typedef ExtractWhat<Class> cond::ValueExtractor< T >::What |
Definition at line 69 of file PayLoadInspector.h.
cond::ValueExtractor< T >::ValueExtractor | ( | ) | [inline] |
cond::ValueExtractor< T >::ValueExtractor | ( | What const & | ) | [inline] |
void cond::ValueExtractor< T >::compute | ( | Class const & | ) | [inline, private, virtual] |
static What cond::ValueExtractor< T >::what | ( | ) | [inline, static] |