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