C12Adapter Opensource C++ Interface
MCommandLineParser Member List

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 MCommandLineParserinline
GetCopyright() const MCommandLineParserinline
GetDescription() const MCommandLineParserinline
GetErrorStream()MCommandLineParserinline
GetExecutableName() const MCommandLineParserinline
GetFooter() const MCommandLineParserinline
GetOutputStream()MCommandLineParserinline
GetVersion() const MCommandLineParserinline
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)MCommandLineParserinline
Process(const char *commandLine)MCommandLineParser
Process(const MStdString &commandLine)MCommandLineParserinline
SetBuildDate(const char *date)MCommandLineParserinline
SetBuildDate(const MStdString &date)MCommandLineParserinline
SetCopyright(const char *copyrightMessage)MCommandLineParserinline
SetCopyright(const MStdString &copyrightMessage)MCommandLineParserinline
SetDescription(const char *description)MCommandLineParserinline
SetDescription(const MStdString &description)MCommandLineParserinline
SetErrorStream(MStream *stream)MCommandLineParserinline
SetExecutableName(const char *name)MCommandLineParserinline
SetExecutableName(const MStdString &name)MCommandLineParserinline
SetFooter(const char *footer)MCommandLineParserinline
SetFooter(const MStdString &footer)MCommandLineParserinline
SetOutputStream(MStream *stream)MCommandLineParserinline
SetVersion(const char *versionString)MCommandLineParserinline
SetVersion(const MStdString &versionString)MCommandLineParserinline
WriteError(const char *fmt,...)MCommandLineParser
WriteError(const MStdString &text)MCommandLineParser
WriteException(MException &ex)MCommandLineParser
WriteFooter()MCommandLineParser
WriteHeader()MCommandLineParser
WriteHelp()MCommandLineParser
WriteUsage()MCommandLineParser
~MCommandLineParser()MCommandLineParser