Class MEAL::Axis::Value
-
class Value : public MEAL::Argument::Value
A value of the independent variable represented by Axis.
This class implements the apply method of the Argument::Value base class by calling the send method of its Axis.
Public Functions
-
inline Value(const Type &_value)
Construct with value.
-
inline void set_value(const Type &_value)
Set the value of this instance.
-
inline Type get_value() const
Get the value of this instance.
-
inline operator Type() const
Get the value of this instance by implicit cast.
-
inline virtual void apply() const override
Apply the value.
-
inline virtual std::string get_string() const override
Return a string representation of the value, if posssible.
-
inline Value(const Type &_value)