![]() |
Lumino
|
This is the complete list of members for ln::CommandLineParser, including all inherited members.
addCommand(const String &name, const String &description) | ln::CommandLineParser | |
addFlagOption(const StringRef &shortName, const StringRef &longName, const StringRef &description) | ln::CommandLineParser | |
addHelpOption() | ln::CommandLineParser | |
addListPositionalArgument(const String &name, const String &description, CommandLinePositionalArgumentFlags flags=CommandLinePositionalArgumentFlags::None) | ln::CommandLineParser | |
addNamedValueOption(const StringRef &shortName, const StringRef &longName, const StringRef &description, const List< String > &namedValues, const StringRef &defaultValue=StringRef()) | ln::CommandLineParser | |
addPositionalArgument(const String &name, const String &description, CommandLinePositionalArgumentFlags flags=CommandLinePositionalArgumentFlags::None) | ln::CommandLineParser | |
addValueOption(const StringRef &shortName, const StringRef &longName, const StringRef &description, const StringRef &defaultValue=StringRef()) | ln::CommandLineParser | |
addVersionOption(const StringRef &versionText) | ln::CommandLineParser | |
finalize() | ln::RefObject | protectedvirtual |
has(const CommandLineCommand *command) const | ln::CommandLineParser | |
has(const CommandLineOption *command) const | ln::CommandLineParser | |
hasError() const | ln::CommandLineParser | inline |
printHelp(const StringRef &commandName=StringRef()) const | ln::CommandLineParser | |
printVersion() const | ln::CommandLineParser | |
process(int argc, char **argv) | ln::CommandLineParser | |
setApplicationDescription(const StringRef &description) | ln::CommandLineParser |