OnixS C++ CME iLink 3 Binary Order Entry Handler  1.18.0
API Documentation
ValueConversionTraits< BitSet, ValueKinds::Bits > Struct Template Reference

#include <OnixS/CME/iLink3/messaging/TagBased/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)
 

Detailed Description

template<class BitSet>
struct OnixS::CME::iLink3::Messaging::TagBased::ValueConversionTraits< BitSet, ValueKinds::Bits >

Specialization for bit sets.

Definition at line 1426 of file ValueConverters.h.

Member Typedef Documentation

typedef BitSet Result

Type of the conversion output.

Definition at line 1434 of file ValueConverters.h.

Member Function Documentation

static BitSet convert ( const ValueConverter converter,
const ValueContainer container 
)
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 1442 of file ValueConverters.h.

static bool convert ( BitSet &  result,
const ValueConverter converter,
const ValueContainer container 
)
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 1472 of file ValueConverters.h.


The documentation for this struct was generated from the following file: