#include <PayLoadInspector.h>
Public Types | |
typedef T | Class |
typedef ExtractWhat< Class > | What |
Public Member Functions | |
ValueExtractor () | |
ValueExtractor (What const &) | |
Static Public Member Functions | |
static What | what () |
Private Member Functions | |
void | compute (Class const &) |
Definition at line 53 of file PayLoadInspector.h.
typedef T cond::ValueExtractor< T >::Class |
Reimplemented from cond::BaseValueExtractor< T >.
Definition at line 55 of file PayLoadInspector.h.
typedef ExtractWhat<Class> cond::ValueExtractor< T >::What |
Definition at line 56 of file PayLoadInspector.h.
cond::ValueExtractor< T >::ValueExtractor | ( | ) | [inline] |
Definition at line 57 of file PayLoadInspector.h.
{}
cond::ValueExtractor< T >::ValueExtractor | ( | What const & | ) | [inline] |
Definition at line 58 of file PayLoadInspector.h.
{}
void cond::ValueExtractor< T >::compute | ( | Class const & | ) | [inline, private, virtual] |
Reimplemented from cond::BaseValueExtractor< T >.
Definition at line 61 of file PayLoadInspector.h.
{}
static What cond::ValueExtractor< T >::what | ( | ) | [inline, static] |
Definition at line 59 of file PayLoadInspector.h.
{ return What();}