Aria  2.8.0
ArArgumentParser Member List

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

addDefaultArgument(const char *argument, int position=-1)ArArgumentParser
addDefaultArgumentAsIs(const char *argument, int position=-1)ArArgumentParser
addDefaultArgumentEnv(const char *env)ArArgumentParserstatic
addDefaultArgumentFile(const char *file)ArArgumentParserstatic
ArArgumentParser(int *argc, char **argv)ArArgumentParser
ArArgumentParser(ArArgumentBuilder *builder)ArArgumentParser
checkArgument(const char *argument)ArArgumentParser
checkArgumentVar(const char *argument,...)ArArgumentParser
checkHelpAndWarnUnparsed(unsigned int numArgsOkay=0)ArArgumentParser
checkParameterArgument(const char *argument, bool returnFirst=false)ArArgumentParser
checkParameterArgumentBool(const char *argument, bool *dest, bool *wasReallySet=NULL, bool returnFirst=false)ArArgumentParser
checkParameterArgumentBoolVar(bool *wasReallySet, bool *dest, const char *argument,...)ArArgumentParser
checkParameterArgumentDouble(const char *argument, double *dest, bool *wasReallySet=NULL, bool returnFirst=false)ArArgumentParser
checkParameterArgumentDoubleVar(bool *wasReallySet, double *dest, const char *argument,...)ArArgumentParser
checkParameterArgumentFloat(const char *argument, float *dest, bool *wasReallySet=NULL, bool returnFirst=false)ArArgumentParser
checkParameterArgumentFloatVar(bool *wasReallySet, float *dest, const char *argument,...)ArArgumentParser
checkParameterArgumentInteger(const char *argument, int *dest, bool *wasReallySet=NULL, bool returnFirst=false)ArArgumentParser
checkParameterArgumentIntegerVar(bool *wasReallySet, int *dest, const char *argument,...)ArArgumentParser
checkParameterArgumentString(const char *argument, const char **dest, bool *wasReallySet=NULL, bool returnFirst=false)ArArgumentParser
checkParameterArgumentStringVar(bool *wasReallySet, const char **dest, const char *argument,...)ArArgumentParser
checkParameterArgumentVar(const char *argument,...)ArArgumentParser
getArg(size_t whichArg) constArArgumentParser
getArgc(void) constArArgumentParser
getArgumentBuilder(void) constArArgumentParserinline
getArgv(void) constArArgumentParser
getStartingArguments(void) constArArgumentParser
getWasReallySetOnlyTrue(void)ArArgumentParser
loadDefaultArguments(int positon=1)ArArgumentParser
log(void) constArArgumentParser
logDefaultArgumentLocations(void)ArArgumentParserstatic
myArgc (defined in ArArgumentParser)ArArgumentParserprotected
myArgv (defined in ArArgumentParser)ArArgumentParserprotected
myBuilder (defined in ArArgumentParser)ArArgumentParserprotected
myEmptyArg (defined in ArArgumentParser)ArArgumentParserprotected
myHelp (defined in ArArgumentParser)ArArgumentParserprotected
myOwnBuilder (defined in ArArgumentParser)ArArgumentParserprotected
myReallySetOnlyTrue (defined in ArArgumentParser)ArArgumentParserprotected
myUsingBuilder (defined in ArArgumentParser)ArArgumentParserprotected
ourDefaultArgumentLocIsFile (defined in ArArgumentParser)ArArgumentParserprotectedstatic
ourDefaultArgumentLocs (defined in ArArgumentParser)ArArgumentParserprotectedstatic
removeArg(size_t which)ArArgumentParser
setWasReallySetOnlyTrue(bool wasReallySetOnlyTrue)ArArgumentParser
~ArArgumentParser()ArArgumentParser