#include <PayLoadInspector.h>
Public Types | |
typedef T | Class |
typedef ExtractWhat< Class > | What |
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) |
Definition at line 52 of file PayLoadInspector.h.
typedef T cond::ValueExtractor< T >::Class |
Definition at line 54 of file PayLoadInspector.h.
typedef ExtractWhat<Class> cond::ValueExtractor< T >::What |
Definition at line 55 of file PayLoadInspector.h.
|
inline |
Definition at line 56 of file PayLoadInspector.h.
|
inline |
Definition at line 57 of file PayLoadInspector.h.
|
inlineprivatevirtual |
Reimplemented from cond::BaseValueExtractor< T >.
Definition at line 60 of file PayLoadInspector.h.
|
inlinestatic |
Definition at line 58 of file PayLoadInspector.h.