Class MEAL::Value

template<typename T>
class Value : public T

Represents a value with no free parameters.

Public Functions

inline Value()

Default constructor.

inline Value(const Result &_value)

Construct with initial value.

inline void set_value(const Result &_value)

Set the value.

inline const Result &get_value() const

Get the value.

inline std::string get_name() const

Return the name of the class.