C++ Utilities 5.24.8
Useful C++ classes and routines such as argument parser, IO and conversion utilities
Loading...
Searching...
No Matches
CppUtilities::ArgumentParser Member List

This is the complete list of members for CppUtilities::ArgumentParser, including all inherited members.

actualArgumentCount() constCppUtilities::ArgumentParserinline
addMainArgument(Argument *argument)CppUtilities::ArgumentParser
ArgumentParser()CppUtilities::ArgumentParser
checkConstraints()CppUtilities::ArgumentParserinline
defaultArgument() constCppUtilities::ArgumentParserinline
executable() constCppUtilities::ArgumentParserinline
helpArg() constCppUtilities::ArgumentParserinline
helpArg()CppUtilities::ArgumentParserinline
invokeCallbacks()CppUtilities::ArgumentParserinline
isUncombinableMainArgPresent() constCppUtilities::ArgumentParser
mainArguments() constCppUtilities::ArgumentParserinline
noColorArg() constCppUtilities::ArgumentParserinline
noColorArg()CppUtilities::ArgumentParserinline
parseArgs(int argc, const char *const *argv, ParseArgumentBehavior behavior=ParseArgumentBehavior::CheckConstraints|ParseArgumentBehavior::InvokeCallbacks|ParseArgumentBehavior::ExitOnFailure)CppUtilities::ArgumentParser
printHelp(std::ostream &os) constCppUtilities::ArgumentParser
readArgs(int argc, const char *const *argv)CppUtilities::ArgumentParser
resetArgs()CppUtilities::ArgumentParser
setDefaultArgument(Argument *argument)CppUtilities::ArgumentParserinline
setExitFunction(std::function< void(int)> exitFunction)CppUtilities::ArgumentParserinline
setMainArguments(const ArgumentInitializerList &mainArguments)CppUtilities::ArgumentParser
setUnknownArgumentBehavior(UnknownArgumentBehavior behavior)CppUtilities::ArgumentParserinline
specifiedOperation() constCppUtilities::ArgumentParser
unknownArgumentBehavior() constCppUtilities::ArgumentParserinline