OpenASIP
2.0
|
This is the complete list of members for CmdLineParser, including all inherited members.
addOption(CmdLineOptionParser *opt) | CmdLineParser | protected |
argument(int index) const | CmdLineParser | virtual |
arguments_ | CmdLineParser | protected |
CmdLineParser(std::string description) | CmdLineParser | |
CmdLineParser(const CmdLineParser &) | CmdLineParser | private |
commandLine_ | CmdLineParser | protected |
constMapIter typedef | CmdLineParser | private |
description_ | CmdLineParser | private |
findOption(std::string name) const | CmdLineParser | protected |
isPrefix(std::string name) const | CmdLineParser | protected |
LONG_FLAG | CmdLineParser | privatestatic |
mapIter typedef | CmdLineParser | private |
numberOfArguments() const | CmdLineParser | virtual |
operator=(const CmdLineParser &) | CmdLineParser | private |
optionLongNames_ | CmdLineParser | protected |
optionShortNames_ | CmdLineParser | protected |
parse(char *argv[], int argc) | CmdLineParser | virtual |
parse(std::vector< std::string > options) | CmdLineParser | virtual |
parseAll() | CmdLineParser | private |
parseOption(std::string option, std::string &name, std::string &arguments, std::string &prefix, bool &hasArgument) const | CmdLineParser | protected |
prefixes_ | CmdLineParser | protected |
progName_ | CmdLineParser | private |
readPrefix(std::string &option, std::string &prefix, bool &longOption) const | CmdLineParser | protected |
SHORT_FLAG | CmdLineParser | privatestatic |
storeOptions(Options &options) | CmdLineParser | virtual |
valType typedef | CmdLineParser | private |
~CmdLineParser() | CmdLineParser | virtual |