#include <OnixS/CME/MDH/FIX/ValueContainer.h>
Public Member Functions | |
ValueContainer () | |
template<typename Value > | |
Value & | get () |
template<typename Value > | |
const Value & | get () const |
template<class Value > | |
ValueContainer & | assign (const Value &value) |
Definition at line 31 of file ValueContainer.h.
|
inline |
Initializes the container.
Definition at line 61 of file ValueContainer.h.
|
inline |
Stores the given value in the container.
Definition at line 96 of file ValueContainer.h.
|
inline |
Provides access to the value stored in the container assuming the value is of the specified type.
Definition at line 67 of file ValueContainer.h.
|
inline |
Provides access to the value stored in the container assuming the value is of the specified type.
Definition at line 82 of file ValueContainer.h.