OnixS C++ CME MDP Conflated UDP Handler 1.1.2
API documentation
Loading...
Searching...
No Matches
ValueContainer Class Reference

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()

ValueContainer ( )
inline

Initializes the container.

Definition at line 62 of file ValueContainer.h.

Member Function Documentation

◆ assign()

template<class Value>
ValueContainer & assign ( const Value & value)
inline

Stores the given value in the container.

Definition at line 117 of file ValueContainer.h.

◆ get() [1/2]

template<typename Value>
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.

◆ get() [2/2]

template<typename Value>
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.