LTL
2.0.x
|
This is the complete list of members for util::BoolOption, including all inherited members.
BoolOption(const char *name, const char *defaultVal, const char *usage, const char cmd, bool *const storage=NULL) | util::BoolOption | |
BoolOption(const string &name, const string &defaultVal, const string &usage, const char cmd, bool *const storage=NULL) | util::BoolOption | |
cmdlinechar_ | util::Option | protected |
default_ | util::Option | protected |
getBool() const | util::BoolOption | virtual |
getCmdLineChar() const | util::Option | |
getDefault() const | util::Option | |
getFloat() const | util::Option | inlinevirtual |
getInt() const | util::Option | inlinevirtual |
getName() const | util::Option | |
getString() const | util::Option | inlinevirtual |
getTypeName() const | util::BoolOption | inlinevirtual |
getUsage() const | util::Option | |
name_ | util::Option | protected |
needsValue() const | util::BoolOption | inlinevirtual |
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::BoolOption | virtual |
storage_ | util::BoolOption | protected |
toString() const | util::BoolOption | virtual |
usage_ | util::Option | protected |
value_ | util::BoolOption | protected |
~BoolOption() | util::BoolOption | inline |
~Option() | util::Option | virtual |