OMSimulatorLib
The OMSimulator project is a FMI-based co-simulation environment that supports ordinary (i.e., non-delayed) and TLM connections.
|
This is the complete list of members for oms::Option< T >, including all inherited members.
getValue() const | oms::Option< T > | inline |
isNone() const | oms::Option< T > | inline |
isSome() const | oms::Option< T > | inline |
operator=(Option< T > const &rhs) | oms::Option< T > | inline |
operator=(T const &rhs) | oms::Option< T > | inline |
Option() | oms::Option< T > | inline |
Option(T value) | oms::Option< T > | inline |
Option(Option< T > const &rhs) | oms::Option< T > | inline |
setNone() | oms::Option< T > | inline |
setValue(const T &value) | oms::Option< T > | inline |
some | oms::Option< T > | private |
value | oms::Option< T > | private |
~Option() | oms::Option< T > | inline |