HPCToolkit
CmdLineParser Member List

This is the complete list of members for CmdLineParser, including all inherited members.

addOption(const OptArgDesc &odesc, const SwDesc &swdesc)CmdLineParserprivate
addOption(const OptArgDesc &odesc, const std::string &sw, const std::string &arg)CmdLineParserprivate
ARG_NONE enum valueCmdLineParser
ARG_NULL enum valueCmdLineParser
ARG_OPT enum valueCmdLineParser
ARG_REQ enum valueCmdLineParser
argumentsCmdLineParserprivate
ArgVec typedefCmdLineParserprivate
checkForErrors(const OptArgDesc *optArgDescs)CmdLineParserprivate
CmdLineParser()CmdLineParser
CmdLineParser(const OptArgDesc *optArgDescs, int argc, const char *const argv[])CmdLineParser
CmdLineParser(const CmdLineParser &GCC_ATTR_UNUSED x)CmdLineParserinlineprivate
commandCmdLineParserprivate
createSortedCopy(const OptArgDesc *optArgDescs)CmdLineParserprivate
Ctor()CmdLineParserprivate
ddump() constCmdLineParser
dump(std::ostream &os=std::cerr) constCmdLineParser
DUPOPT_CAT enum valueCmdLineParser
DUPOPT_CLOB enum valueCmdLineParser
DUPOPT_ERR enum valueCmdLineParser
DUPOPT_NULL enum valueCmdLineParser
DupOptKind enum nameCmdLineParser
findOptDesc(const OptArgDesc *optArgDescs, const SwDesc &swdesc, bool errOnMultipleMatches=true)CmdLineParserprivate
getArg(unsigned int i) constCmdLineParser
getCmd() constCmdLineParser
getNumArgs() constCmdLineParser
getOptArg(const char swShort) constCmdLineParser
getOptArg(const char *swLong) constCmdLineParser
getOptArg(const std::string &sw) constCmdLineParser
isOpt(const char swShort) constCmdLineParser
isOpt(const char *swLong) constCmdLineParser
isOpt(const std::string &sw) constCmdLineParser
isOptArg(const char swShort) constCmdLineParser
isOptArg(const char *swLong) constCmdLineParser
isOptArg(const std::string &sw) constCmdLineParser
IsOptArg_fn_t typedefCmdLineParser
isOptArg_long(const char *option)CmdLineParserstatic
makeSwitchDesc(const char *str)CmdLineParserprivate
operator=(const CmdLineParser &GCC_ATTR_UNUSED x)CmdLineParserinlineprivate
OptArgDesc_NULLCmdLineParserstatic
OptKind enum nameCmdLineParser
parse(const OptArgDesc *optArgDescs, int argc, const char *const argv[])CmdLineParser
parseArg_bool(const std::string &value, const char *errTag)CmdLineParserstatic
reset()CmdLineParserprivate
SwitchToArgMap typedefCmdLineParserprivate
switchToArgMapCmdLineParserprivate
toDbl(const std::string &str)CmdLineParserstatic
toLong(const std::string &str)CmdLineParserstatic
toUInt64(const std::string &str)CmdLineParserstatic
~CmdLineParser()CmdLineParser