OnixS C++ FIX Engine  4.10.1
API Documentation
Value< ValueType > Class Template Reference

#include <OnixS/FIXEngine/Threading/Future.h>

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

ValueBase* clone ( ) const
inlinevirtual

Implements ValueBase.

Definition at line 102 of file Future.h.

static ValueBase* create ( const ValueType &  value)
inlinestatic

Definition at line 97 of file Future.h.

static const ValueType& value ( const ValueBase value)
inlinestatic

Definition at line 92 of file Future.h.


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