HPCToolkit
|
This is the complete list of members for CmdLineParser, including all inherited members.
addOption(const OptArgDesc &odesc, const SwDesc &swdesc) | CmdLineParser | private |
addOption(const OptArgDesc &odesc, const std::string &sw, const std::string &arg) | CmdLineParser | private |
ARG_NONE enum value | CmdLineParser | |
ARG_NULL enum value | CmdLineParser | |
ARG_OPT enum value | CmdLineParser | |
ARG_REQ enum value | CmdLineParser | |
arguments | CmdLineParser | private |
ArgVec typedef | CmdLineParser | private |
checkForErrors(const OptArgDesc *optArgDescs) | CmdLineParser | private |
CmdLineParser() | CmdLineParser | |
CmdLineParser(const OptArgDesc *optArgDescs, int argc, const char *const argv[]) | CmdLineParser | |
CmdLineParser(const CmdLineParser &GCC_ATTR_UNUSED x) | CmdLineParser | inlineprivate |
command | CmdLineParser | private |
createSortedCopy(const OptArgDesc *optArgDescs) | CmdLineParser | private |
Ctor() | CmdLineParser | private |
ddump() const | CmdLineParser | |
dump(std::ostream &os=std::cerr) const | CmdLineParser | |
DUPOPT_CAT enum value | CmdLineParser | |
DUPOPT_CLOB enum value | CmdLineParser | |
DUPOPT_ERR enum value | CmdLineParser | |
DUPOPT_NULL enum value | CmdLineParser | |
DupOptKind enum name | CmdLineParser | |
findOptDesc(const OptArgDesc *optArgDescs, const SwDesc &swdesc, bool errOnMultipleMatches=true) | CmdLineParser | private |
getArg(unsigned int i) const | CmdLineParser | |
getCmd() const | CmdLineParser | |
getNumArgs() const | CmdLineParser | |
getOptArg(const char swShort) const | CmdLineParser | |
getOptArg(const char *swLong) const | CmdLineParser | |
getOptArg(const std::string &sw) const | CmdLineParser | |
isOpt(const char swShort) const | CmdLineParser | |
isOpt(const char *swLong) const | CmdLineParser | |
isOpt(const std::string &sw) const | CmdLineParser | |
isOptArg(const char swShort) const | CmdLineParser | |
isOptArg(const char *swLong) const | CmdLineParser | |
isOptArg(const std::string &sw) const | CmdLineParser | |
IsOptArg_fn_t typedef | CmdLineParser | |
isOptArg_long(const char *option) | CmdLineParser | static |
makeSwitchDesc(const char *str) | CmdLineParser | private |
operator=(const CmdLineParser &GCC_ATTR_UNUSED x) | CmdLineParser | inlineprivate |
OptArgDesc_NULL | CmdLineParser | static |
OptKind enum name | CmdLineParser | |
parse(const OptArgDesc *optArgDescs, int argc, const char *const argv[]) | CmdLineParser | |
parseArg_bool(const std::string &value, const char *errTag) | CmdLineParser | static |
reset() | CmdLineParser | private |
SwitchToArgMap typedef | CmdLineParser | private |
switchToArgMap | CmdLineParser | private |
toDbl(const std::string &str) | CmdLineParser | static |
toLong(const std::string &str) | CmdLineParser | static |
toUInt64(const std::string &str) | CmdLineParser | static |
~CmdLineParser() | CmdLineParser |