OnixS C++ CME MDP Premium Market Data Handler  5.8.3
API Documentation
ValueContainer Class Reference

#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 >
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 61 of file ValueContainer.h.

Member Function Documentation

ValueContainer& assign ( const Value &  value)
inline

Stores the given value in the container.

Definition at line 96 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 67 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 82 of file ValueContainer.h.


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