A parameter that can assume any value of the given value type. More...
#include <mia/core/parameter.hh>
Public Member Functions | |
TParameter (T &value, bool required, const char *descr) | |
Public Member Functions inherited from CParameter | |
void | add_dependend_handler (HandlerHelpMap &handler_map) const |
CParameter (const char type[], bool required, const char *descr) | |
void | descr (std::ostream &os) const |
std::string | get_default_value () const |
const char * | get_descr () const |
void | get_help_xml (CXMLElement &root) const |
std::string | get_value_as_string () const |
virtual void | post_set () |
bool | required_set () const |
void | reset () |
bool | set (const std::string &str_value) |
const char * | type () const |
void | value (std::ostream &os) const |
virtual | ~CParameter () |
Protected Member Functions | |
virtual void | do_descr (std::ostream &os) const |
Protected Member Functions inherited from CParameter | |
void | add_xmlhelp_attribute (CXMLElement &node, const std::string &tag, const std::string &value) const |
CXMLElement & | add_xmlhelp_childnode (CXMLElement &parent, const std::string &tag) const |
void | add_xmlhelp_text (CXMLElement &node, const std::string &value) 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... | |
A parameter that can assume any value of the given value type.
This parameter type is used for parameters that are only restricted by the value type T that must be streamable.
T | type of the parameter value |
Definition at line 503 of file parameter.hh.
TParameter< T >::TParameter | ( | T & | value, |
bool | required, | ||
const char * | descr | ||
) |
Constructor
value | reference to the parameter handled by this parameter object |
required | set to true if the parameter has to be set by the user |
descr | a description of the parameter |
Definition at line 890 of file parameter.hh.
|
protectedvirtual |
the implementation of the description-function
Implements CParameter.
Definition at line 900 of file parameter.hh.
References CParameter::errmsg(), EXPORT_CORE, and NS_MIA_END.