|
libStatGen Software 1
|


Public Member Functions | |
| DoubleParameter (char c, const char *desc, double &v) | |
| virtual void | Status () |
| DoubleParameter & | SetPrecision (int precision) |
Public Member Functions inherited from Parameter | |
| Parameter (char c, const char *desc, void *v) | |
| virtual bool | Read (int argc, char **argv, int argn) |
| virtual void | addParamsToString (String ¶ms) |
| void | SetWarningBuffer (String &buffer) |
| void | warning (const char *format,...) |
Protected Member Functions | |
| virtual void | Translate (const char *value) |
| virtual bool | TranslateExtras (const char *value, const char *extras) |
Protected Attributes | |
| int | precision |
Protected Attributes inherited from Parameter | |
| char | ch |
| char * | description |
| void * | var |
| String * | warnings |
| bool | myNoPhoneHome |
| String | myVersion |
Additional Inherited Members | |
Static Public Member Functions inherited from Parameter | |
| static void | SetNameLen (int len) |
| static void | SetStatusLen (int len) |
Static Protected Member Functions inherited from Parameter | |
| static bool | CheckInteger (const char *value) |
| static bool | CheckDouble (const char *value) |
Static Protected Attributes inherited from Parameter | |
| static const char | PARAM_STR_SEP = ',' |
| static int | nameCol = 30 |
| static int | statusCol = 15 |
Definition at line 141 of file Parameters.h.
| DoubleParameter::DoubleParameter | ( | char | c, |
| const char * | desc, | ||
| double & | v | ||
| ) |
Definition at line 130 of file Parameters.cpp.
|
inline |
Definition at line 148 of file Parameters.h.
|
virtual |
Implements Parameter.
Definition at line 154 of file Parameters.cpp.
|
protectedvirtual |
Implements Parameter.
Definition at line 136 of file Parameters.cpp.
|
protectedvirtual |
Reimplemented from Parameter.
Definition at line 144 of file Parameters.cpp.
|
protected |
Definition at line 159 of file Parameters.h.