| checkArgumentCount(gzULong required) | gzArgumentParser | |
| exitOnError(gzBool on=TRUE) | gzArgumentParser | |
| getArgument(gzULong argpos, gzBool notUsedForOption=TRUE) const | gzArgumentParser | |
| getArgumentCount(gzBool notUsedForOption=TRUE) const | gzArgumentParser | |
| getArgumentValue(gzULong argpos, const gzBool &defaultValue) const | gzArgumentParser | |
| getArgumentValue(gzULong argpos, const gzByte &defaultValue) const | gzArgumentParser | |
| getArgumentValue(gzULong argpos, const gzUShort &defaultValue) const | gzArgumentParser | |
| getArgumentValue(gzULong argpos, const gzShort &defaultValue) const | gzArgumentParser | |
| getArgumentValue(gzULong argpos, const gzUInt &defaultValue) const | gzArgumentParser | |
| getArgumentValue(gzULong argpos, const gzInt &defaultValue) const | gzArgumentParser | |
| getArgumentValue(gzULong argpos, const gzULong &defaultValue) const | gzArgumentParser | |
| getArgumentValue(gzULong argpos, const gzLong &defaultValue) const | gzArgumentParser | |
| getArgumentValue(gzULong argpos, const gzLongLong &defaultValue) const | gzArgumentParser | |
| getArgumentValue(gzULong argpos, const gzULongLong &defaultValue) const | gzArgumentParser | |
| getArgumentValue(gzULong argpos, const gzDouble &defaultValue) const | gzArgumentParser | |
| getArgumentValue(gzULong argpos, const gzString &defaultValue) const | gzArgumentParser | |
| getError() const | gzArgumentParser | |
| getOptionCount() const | gzArgumentParser | |
| getOptionString(const gzString &option, gzBool caseSensitive=FALSE) const | gzArgumentParser | |
| getOptionValue(const gzString &option, const gzBool &defaultValue, gzULong argument=0, gzBool useDefault=TRUE, gzBool caseSensitive=FALSE) const | gzArgumentParser | |
| getOptionValue(const gzString &option, const gzByte &defaultValue, gzULong argument=0, gzBool useDefault=TRUE, gzBool caseSensitive=FALSE) const | gzArgumentParser | |
| getOptionValue(const gzString &option, const gzUShort &defaultValue, gzULong argument=0, gzBool useDefault=TRUE, gzBool caseSensitive=FALSE) const | gzArgumentParser | |
| getOptionValue(const gzString &option, const gzShort &defaultValue, gzULong argument=0, gzBool useDefault=TRUE, gzBool caseSensitive=FALSE) const | gzArgumentParser | |
| getOptionValue(const gzString &option, const gzUInt &defaultValue, gzULong argument=0, gzBool useDefault=TRUE, gzBool caseSensitive=FALSE) const | gzArgumentParser | |
| getOptionValue(const gzString &option, const gzInt &defaultValue, gzULong argument=0, gzBool useDefault=TRUE, gzBool caseSensitive=FALSE) const | gzArgumentParser | |
| getOptionValue(const gzString &option, const gzULong &defaultValue, gzULong argument=0, gzBool useDefault=TRUE, gzBool caseSensitive=FALSE) const | gzArgumentParser | |
| getOptionValue(const gzString &option, const gzLong &defaultValue, gzULong argument=0, gzBool useDefault=TRUE, gzBool caseSensitive=FALSE) const | gzArgumentParser | |
| getOptionValue(const gzString &option, const gzLongLong &defaultValue, gzULong argument=0, gzBool useDefault=TRUE, gzBool caseSensitive=FALSE) const | gzArgumentParser | |
| getOptionValue(const gzString &option, const gzULongLong &defaultValue, gzULong argument=0, gzBool useDefault=TRUE, gzBool caseSensitive=FALSE) const | gzArgumentParser | |
| getOptionValue(const gzString &option, const gzDouble &defaultValue, gzULong argument=0, gzBool useDefault=TRUE, gzBool caseSensitive=FALSE) const | gzArgumentParser | |
| getOptionValue(const gzString &option, const gzString &defaultValue, gzULong argument=0, gzBool useDefault=TRUE, gzBool caseSensitive=FALSE) const | gzArgumentParser | |
| gzArgumentParser(int argc, char *argv[], const gzString &optionPrefix="-") | gzArgumentParser | |
| gzArgumentParser(const gzString &argString, const gzString &optionPrefix="-") | gzArgumentParser | |
| hasError() const | gzArgumentParser | |
| hasOption(const gzString &option, gzBool caseSensitive=FALSE, gzULong *argument=NULL, gzULong *maxArgument=NULL) const | gzArgumentParser | |
| setArgumentString(const gzString &argString, const gzString &optionPrefix="-") | gzArgumentParser | |
| setSyntaxString(const gzString &syntax) | gzArgumentParser | |
| ~gzArgumentParser() | gzArgumentParser | [virtual] |