This is the complete list of members for
DtArgumentParser, including all inherited members.
| argumentError(const char *message) const | DtArgumentParser | [protected] |
| bounce() | DtArgumentParser | [protected, virtual] |
| convertToLower(const std::string &inputString) const | DtArgumentParser | [protected] |
| DtArgumentParser() | DtArgumentParser | |
| DtArgumentParser(const DtArgumentParser &other) | DtArgumentParser | [private] |
| errorInRead(const std::string &value, const std::string &expectedType) const | DtArgumentParser | [private] |
| getArgument() const | DtArgumentParser | [protected] |
| isSwitch(const std::string &argument) const | DtArgumentParser | [private] |
| myArguments | DtArgumentParser | [private] |
| myArgumentsIter | DtArgumentParser | [private] |
| myCurrentArgument | DtArgumentParser | [private] |
| numArgumentsLeft() const | DtArgumentParser | [protected] |
| operator=(const DtArgumentParser &other) | DtArgumentParser | [private] |
| parseA() | DtArgumentParser | [protected, virtual] |
| parseB() | DtArgumentParser | [protected, virtual] |
| parseC() | DtArgumentParser | [protected, virtual] |
| parseD() | DtArgumentParser | [protected, virtual] |
| parseDoubleDash() | DtArgumentParser | [protected, virtual] |
| parseE() | DtArgumentParser | [protected, virtual] |
| parseF() | DtArgumentParser | [protected, virtual] |
| parseG() | DtArgumentParser | [protected, virtual] |
| parseH() | DtArgumentParser | [protected, virtual] |
| parseI() | DtArgumentParser | [protected, virtual] |
| parseJ() | DtArgumentParser | [protected, virtual] |
| parseK() | DtArgumentParser | [protected, virtual] |
| parseL() | DtArgumentParser | [protected, virtual] |
| parseM() | DtArgumentParser | [protected, virtual] |
| parseN() | DtArgumentParser | [protected, virtual] |
| parseO() | DtArgumentParser | [protected, virtual] |
| parseP() | DtArgumentParser | [protected, virtual] |
| parseQ() | DtArgumentParser | [protected, virtual] |
| parseR() | DtArgumentParser | [protected, virtual] |
| parseS() | DtArgumentParser | [protected, virtual] |
| parseT() | DtArgumentParser | [protected, virtual] |
| parseU() | DtArgumentParser | [protected, virtual] |
| parseV() | DtArgumentParser | [protected, virtual] |
| parseW() | DtArgumentParser | [protected, virtual] |
| parseX() | DtArgumentParser | [protected, virtual] |
| parseY() | DtArgumentParser | [protected, virtual] |
| parseZ() | DtArgumentParser | [protected, virtual] |
| peekString(std::string &stringRead) const | DtArgumentParser | [protected] |
| process(const std::string &argument) | DtArgumentParser | [protected, virtual] |
| processArguments(const DtArguments &arguments) | DtArgumentParser | |
| processNonSwitch(const std::string &argument) | DtArgumentParser | [protected, virtual] |
| processSwitch(const std::string &argument) | DtArgumentParser | [protected, virtual] |
| readBool(bool &boolRead) | DtArgumentParser | [protected] |
| readDouble(double &doubleRead) | DtArgumentParser | [protected] |
| readFilename(DtFilename &filenameRead) | DtArgumentParser | [protected] |
| readInt(int &intRead) | DtArgumentParser | [protected] |
| readString(std::string &stringRead) | DtArgumentParser | [protected] |
| readUnsigned(unsigned &unsignedRead) | DtArgumentParser | [protected] |
| readVector(DtVector &vectorRead) | DtArgumentParser | [protected] |
| unknownArgument() const | DtArgumentParser | [protected] |
| validateExistence(unsigned numExpectedArguments, const std::string &expectedArgumentsDescription) const | DtArgumentParser | [private] |
| validDouble(const std::string &argument) const | DtArgumentParser | [protected] |
| validFilename(const std::string &argument) const | DtArgumentParser | [protected] |
| validInt(const std::string &argument) const | DtArgumentParser | [protected] |
| validUnsigned(const std::string &argument) const | DtArgumentParser | [protected] |
| ~DtArgumentParser()=0 | DtArgumentParser | [pure virtual] |