Manticore
Version 1.5.3
Physics of Molecular Clouds
|
This is the complete list of members for mutils::CommandLine, including all inherited members.
args_ | mutils::CommandLine | private |
Arguments typedef | mutils::CommandLine | |
arguments() const | mutils::CommandLine | inline |
CommandLine() | mutils::CommandLine | inline |
driver() const | mutils::CommandLine | inline |
driver_ | mutils::CommandLine | private |
getDouble(char shortName, double defValue) const | mutils::CommandLine | |
getInteger(char shortName) const | mutils::CommandLine | |
getInteger(char shortName, long defValue) const | mutils::CommandLine | |
getOption(const Option &option, Arguments *values=nullptr, unsigned nMax=-1) const | mutils::CommandLine | |
getOption(char shortName, Arguments *values=nullptr, unsigned nMax=-1) const | mutils::CommandLine | |
getOption(const std::string &longName, Arguments *values=nullptr, unsigned nMax=-1) const | mutils::CommandLine | |
getString(char shortName, const std::string &defValue) const | mutils::CommandLine | |
init(int argc, char *argv[], const std::vector< Option > *opts) | mutils::CommandLine | |
LongMap typedef | mutils::CommandLine | private |
longOpts_ | mutils::CommandLine | private |
merge(Options &options) const | mutils::CommandLine | |
parseLong(const char *name, const char *next) | mutils::CommandLine | private |
parseShort(const char *name, const char *next) | mutils::CommandLine | private |
popOption(const Option &option) | mutils::CommandLine | |
popOption(char shortName) | mutils::CommandLine | |
popOption(const std::string &longName) | mutils::CommandLine | |
ShortMap typedef | mutils::CommandLine | private |
shortOpts_ | mutils::CommandLine | private |
usage(FILE *f, const std::vector< Option > &opts, const char *args="", bool quiet=false, bool basename=true) const | mutils::CommandLine | |
validOpts_ | mutils::CommandLine | private |
~CommandLine() | mutils::CommandLine | inline |