#include <mia/core/parameter.hh>
|
void | do_descr (std::ostream &os) const |
|
const std::string | errmsg (const std::string &err_value) const |
| create an error message by using the given value that raises the error More...
|
|
template<typename T>
class TBoundedParameter< T >
Definition at line 227 of file parameter.hh.
Constructor
- Parameters
-
value | reference to the parameter handled by this parameter object |
flags | boundary flags |
boundaries | the boundaries of the parameter. Depending on the flags it expects one or two values. If two values are given the first value is interpreted as the lower boundary, |
flags | boundary flags |
required | set to true if the parameter has to be set by the user |
descr | a description of the parameter |
the implementation of the description-function
Reimplemented from CTParameter< T >.
The documentation for this class was generated from the following file: