#include <OnixS/CME/ConflatedUDP/FIX/ValueConverters.h>
Public Types | |
typedef BitSet | Result |
Static Public Member Functions | |
static BitSet | convert (const ValueConverter &converter, const ValueContainer &container) |
static bool | convert (BitSet &result, const ValueConverter &converter, const ValueContainer &container) |
The field value traits used in conversion related operations.
Specialization for bit sets.
Definition at line 1498 of file ValueConverters.h.
typedef BitSet Result |
Type of the conversion output.
Definition at line 1506 of file ValueConverters.h.
|
inlinestatic |
Converters the given value by using the specified value converter and returns the result of conversion. Throws an exception in case of conversion failure.
Definition at line 1514 of file ValueConverters.h.
|
inlinestatic |
Tries to convert the given value using the given value converter and puts the result of the conversion into the given variable. Returns conversion status.
Definition at line 1544 of file ValueConverters.h.