cmdlinechar_ | util::Option | [protected] |
default_ | util::Option | [protected] |
getBool() const | util::Option | [inline, virtual] |
getCmdLineChar() const | util::Option | |
getDefault() const | util::Option | |
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::Option | [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)=0 | util::Option | [pure virtual] |
toString() const =0 | util::Option | [pure virtual] |
usage_ | util::Option | [protected] |
~Option() | util::Option | [virtual] |