OnixS C++ FIX Engine 4.13.0
API Documentation
Loading...
Searching...
No Matches
Value< ValueType > Class Template Reference

Public Member Functions

ValueBaseclone () const ONIXS_FIXENGINE_OVERRIDE
Public Member Functions inherited from ValueBase
virtual ~ValueBase () ONIXS_FIXENGINE_DEFAULT

Static Public Member Functions

static const ValueType & value (const ValueBase *value)
static ValueBasecreate (const ValueType &value)

Detailed Description

template<typename ValueType>
class OnixS::Threading::Implementation::Value< ValueType >

Definition at line 86 of file Future.h.

Member Function Documentation

◆ clone()

template<typename ValueType>
ValueBase * clone ( ) const
inlinevirtual

Implements ValueBase.

Definition at line 102 of file Future.h.

◆ create()

template<typename ValueType>
ValueBase * create ( const ValueType & value)
inlinestatic

Definition at line 97 of file Future.h.

◆ value()

template<typename ValueType>
const ValueType & value ( const ValueBase * value)
inlinestatic

Definition at line 92 of file Future.h.