Class MEAL::Argument::Value
-
class Value : public Reference::Able
The value of an argument.
Subclassed by MEAL::Axis< Type >::Value
Public Functions
-
virtual ~Value()
Destructor.
-
virtual void apply() const = 0
Apply the value of this Argument.
-
virtual std::string get_string() const = 0
Return a string representation of the value, if posssible.
-
virtual ~Value()