Go to the documentation of this file.
57 return text !=
nullptr;
102 void parse(
int paramCount,
char* params[]);
105 Parameters parameters;
List of command-line parameters, in order.
Definition: CommandLine.h:74
String getName() const
Get parameter name, if there is one.
Parameter findIgnoreCase(const String &name) const
Fetch parameter by name.
The String class.
Definition: WString.h:136
const Parameters & getParameters()
Fetch a reference to the list of command-line parameters.
Definition: CommandLine.h:93
Provides access to the command line.
Definition: CommandLine.h:43
const char * text
The text exactly as presented on the command line.
Definition: CommandLine.h:53
Parameter find(const String &name) const
Fetch parameter by name.
Manages a single parameter, may be optionally separated into name=value.
Definition: CommandLine.h:49
void parse(int paramCount, char *params[])
Vector class template.
Definition: WVector.h:31
String getValue() const
Get parameter value.