#include <OnixS/Senaf/MarketData/Optional.h>
template<typename T>
class OnixS::Senaf::MarketData::Optional< T >
Definition at line 31 of file Optional.h.
Uninitialized instance.
Definition at line 35 of file Optional.h.
Constructs the optional object.
Definition at line 41 of file Optional.h.
Initializes the contained value by copying the contained value of other, but only if other is engaged. other is still in engaged state if it was in engaged state before the call.
Definition at line 52 of file Optional.h.
If engaged, destroys the contained value.
Definition at line 87 of file Optional.h.
void construct |
( |
const T & |
data | ) |
|
|
inlineprotected |
Checks whether the object is in engaged state.
Definition at line 93 of file Optional.h.
Returns a reference to the contained value.
Definition at line 99 of file Optional.h.
const T& operator* |
( |
| ) |
const |
|
inline |
Returns a const reference to the contained value.
Definition at line 105 of file Optional.h.
Reset stored value and set state to Uninitialized.
Definition at line 123 of file Optional.h.
const void* storage |
( |
| ) |
const |
|
inlineprotected |
A reference to the contained value.
Definition at line 111 of file Optional.h.
A const reference to the contained value.
Definition at line 117 of file Optional.h.
The documentation for this class was generated from the following file: