|
C12Adapter Opensource C++ Interface
|
This is the complete list of members for MCommandLineParser, including all inherited members.
| DeclareBool(const char *label, const char *description, bool &destination) | MCommandLineParser | |
| DeclareDouble(const char *label, const char *description, double &destination) | MCommandLineParser | |
| DeclareFlag(char shortName, const char *longName, const char *description, bool &destination) | MCommandLineParser | |
| DeclareInt(const char *label, const char *description, int &destination) | MCommandLineParser | |
| DeclareNamedBool(char shortName, const char *longName, const char *description, bool &destination) | MCommandLineParser | |
| DeclareNamedDouble(char shortName, const char *longName, const char *label, const char *description, double &destination) | MCommandLineParser | |
| DeclareNamedInt(char shortName, const char *longName, const char *label, const char *description, int &destination) | MCommandLineParser | |
| DeclareNamedString(char shortName, const char *longName, const char *label, const char *description, MStdString &destination) | MCommandLineParser | |
| DeclareNamedUnsignedInt(char shortName, const char *longName, const char *label, const char *description, unsigned &destination) | MCommandLineParser | |
| DeclareOptionalDouble(const char *label, const char *description, double &destination) | MCommandLineParser | |
| DeclareOptionalInt(const char *label, const char *description, int &destination) | MCommandLineParser | |
| DeclareOptionalString(const char *label, const char *description, MStdString &destination) | MCommandLineParser | |
| DeclareOptionalUnsignedInt(const char *label, const char *description, unsigned &destination) | MCommandLineParser | |
| DeclareString(const char *label, const char *description, MStdString &destination) | MCommandLineParser | |
| DeclareStringVector(const char *label, const char *description, MStdStringVector &destination) | MCommandLineParser | |
| DeclareUnsignedInt(const char *label, const char *description, unsigned &destination) | MCommandLineParser | |
| GetBuildDate() const | MCommandLineParser | inline |
| GetCopyright() const | MCommandLineParser | inline |
| GetDescription() const | MCommandLineParser | inline |
| GetErrorStream() | MCommandLineParser | inline |
| GetExecutableName() const | MCommandLineParser | inline |
| GetFooter() const | MCommandLineParser | inline |
| GetOutputStream() | MCommandLineParser | inline |
| GetVersion() const | MCommandLineParser | inline |
| HelpOutputBorder enum value (defined in MCommandLineParser) | MCommandLineParser | |
| HelpOutputLineLength enum value (defined in MCommandLineParser) | MCommandLineParser | |
| MCommandLineParser() | MCommandLineParser | |
| Process(int argc, const char **argv) | MCommandLineParser | |
| Process(int argc, char **argv) | MCommandLineParser | inline |
| Process(const char *commandLine) | MCommandLineParser | |
| Process(const MStdString &commandLine) | MCommandLineParser | inline |
| SetBuildDate(const char *date) | MCommandLineParser | inline |
| SetBuildDate(const MStdString &date) | MCommandLineParser | inline |
| SetCopyright(const char *copyrightMessage) | MCommandLineParser | inline |
| SetCopyright(const MStdString ©rightMessage) | MCommandLineParser | inline |
| SetDescription(const char *description) | MCommandLineParser | inline |
| SetDescription(const MStdString &description) | MCommandLineParser | inline |
| SetErrorStream(MStream *stream) | MCommandLineParser | inline |
| SetExecutableName(const char *name) | MCommandLineParser | inline |
| SetExecutableName(const MStdString &name) | MCommandLineParser | inline |
| SetFooter(const char *footer) | MCommandLineParser | inline |
| SetFooter(const MStdString &footer) | MCommandLineParser | inline |
| SetOutputStream(MStream *stream) | MCommandLineParser | inline |
| SetVersion(const char *versionString) | MCommandLineParser | inline |
| SetVersion(const MStdString &versionString) | MCommandLineParser | inline |
| WriteError(const char *fmt,...) | MCommandLineParser | |
| WriteError(const MStdString &text) | MCommandLineParser | |
| WriteException(MException &ex) | MCommandLineParser | |
| WriteFooter() | MCommandLineParser | |
| WriteHeader() | MCommandLineParser | |
| WriteHelp() | MCommandLineParser | |
| WriteUsage() | MCommandLineParser | |
| ~MCommandLineParser() | MCommandLineParser |