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