Steppable 0.0.1
A CAS project written from scratch in C++
|
Stores the name of a parameter. More...
#include <parameter.hpp>
Public Member Functions | |
template<typename T> | |
ValuedParameter | operator= (T value) |
Shorthand function to facilitate setting values of parameters. | |
Parameter & | operator= (const Parameter &)=delete |
Parameter (std::string name) | |
Initializes a new Parameter object. |
Public Attributes | |
std::string | name |
The name of the parameter. |
Stores the name of a parameter.
|
inlineexplicit |
Initializes a new Parameter object.
name | The name of the parameter. |
|
inline |
Shorthand function to facilitate setting values of parameters.
value | The value to set for the parameter. |
std::string steppable::__internals::parameter::Parameter::name |
The name of the parameter.