cmdlinechar_ | util::Option | [protected] |
default_ | util::Option | [protected] |
DoubleOption(const char *name, const char *defaultVal, const char *usage, const char cmd, double *const storage=NULL) | util::DoubleOption | |
DoubleOption(const string &name, const string &defaultVal, const string &usage, const char cmd, double *const storage=NULL) | util::DoubleOption | |
getBool() const | util::Option | [inline, virtual] |
getCmdLineChar() const | util::Option | |
getDefault() const | util::Option | |
getDouble() const | util::DoubleOption | [virtual] |
getFloat() const | util::Option | [inline, virtual] |
getInt() const | util::Option | [inline, virtual] |
getName() const | util::Option | |
getString() const | util::Option | [inline, virtual] |
getTypeName() const | util::DoubleOption | [inline, virtual] |
getUsage() const | util::Option | |
name_ | util::Option | [protected] |
needsValue() const | util::Option | [inline, virtual] |
operator<<(ostream &os, Option &op) | util::Option | [related] |
Option(const char *name, const char *defaultVal, const char *usage, const char cmd) | util::Option | |
Option(const string &name, const string &defaultVal, const string &usage, const char cmd) | util::Option | |
setValue(const string &s) | util::DoubleOption | [virtual] |
storage_ | util::DoubleOption | [protected] |
toString() const | util::DoubleOption | [virtual] |
usage_ | util::Option | [protected] |
value_ | util::DoubleOption | [protected] |
~DoubleOption() | util::DoubleOption | [inline] |
~Option() | util::Option | [virtual] |