OnixS C++ CME MDP Conflated UDP Handler  1.1.2
API documentation
ValueContainer Class Reference

#include <OnixS/CME/ConflatedUDP/FIX/ValueContainer.h>

Public Member Functions

 ValueContainer ()
 
template<typename Value >
Value & get ()
 
template<typename Value >
const Value & get () const
 
template<class Value >
ValueContainerassign (const Value &value)
 

Detailed Description

Definition at line 31 of file ValueContainer.h.

Constructor & Destructor Documentation

ValueContainer ( )
inline

Initializes the container.

Definition at line 62 of file ValueContainer.h.

Member Function Documentation

ValueContainer& assign ( const Value &  value)
inline

Stores the given value in the container.

Definition at line 117 of file ValueContainer.h.

Value& get ( )
inline

Provides access to the value stored in the container assuming the value is of the specified type.

Definition at line 73 of file ValueContainer.h.

const Value& get ( ) const
inline

Provides access to the value stored in the container assuming the value is of the specified type.

Definition at line 95 of file ValueContainer.h.


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