#include <OpenMS/DATASTRUCTURES/Param.h>
Public Member Functions | |
ParamEntry () | |
Default constructor. | |
ParamEntry (const String &n, const DataValue &v, const String &d, bool a) | |
Constructor with name, description, value and advanced flag. | |
bool | operator== (const ParamEntry &rhs) const |
Equality operator (only name and value are compared). | |
Public Attributes | |
String | name |
Name of the entry. | |
String | description |
Description of the entry. | |
DataValue | value |
Value associated with the entry. | |
bool | advanced |
Advanced parameter flag (If 'true' it is only shown in advanced mode). | |
Restrictions to accepted values (used in checkDefaults) | |
DoubleReal | min_float |
Default: -stdnumeric_limits<DoubleReal>::max(). | |
DoubleReal | max_float |
Default: std::numeric_limits<DoubleReal>::max(). | |
Int | min_int |
Default: -stdnumeric_limits<Int>::max(). | |
Int | max_int |
Default: std::numeric_limits<Int>::max(). | |
std::vector< String > | valid_strings |
Default: empty. |
ParamEntry | ( | ) |
Default constructor.
ParamEntry | ( | const String & | n, | |
const DataValue & | v, | |||
const String & | d, | |||
bool | a | |||
) |
Constructor with name, description, value and advanced flag.
bool operator== | ( | const ParamEntry & | rhs | ) | const |
Equality operator (only name and value are compared).
Description of the entry.
bool advanced |
Advanced parameter flag (If 'true' it is only shown in advanced mode).
Default: -stdnumeric_limits<DoubleReal>::max().
Default: std::numeric_limits<DoubleReal>::max().
std::vector<String> valid_strings |
Default: empty.
Generated Tue Apr 1 15:36:43 2008 -- using doxygen 1.5.4 | OpenMS / TOPP 1.1 |