|
cstring | getBinaryName () |
|
cstring | getBuildDate () |
|
cstring | getCompileCommand () |
|
virtual const char * | getIncludePath () const =0 |
|
virtual std::vector< const char * > * | process (int argc, char *const argv[]) |
|
virtual void | usage () |
|
|
| Options (std::string_view message) |
|
void | registerOption (const char *option, const char *argName, OptionProcessor processor, const char *description, OptionFlags flags=OptionFlags::Default) |
|
void | registerUsage (const char *msg) |
|
void | setOutStream (std::ostream *out) |
|
virtual bool | validateOptions () const |
|
|
std::vector< const char * > | additionalUsage |
|
const char * | binaryName |
|
cstring | buildDate |
|
bool | collectUnknownOptions = false |
|
cstring | compileCommand |
|
cstring | message |
|
std::vector< cstring > | optionOrder |
|
std::map< cstring, const Option * > | options |
|
std::ostream * | outStream = &std::cerr |
|
std::vector< const char * > | remainingOptions |
|
◆ P4::Util::Options::Option
struct P4::Util::Options::Option |
Class Members |
const char * |
argName |
|
const char * |
description |
|
OptionFlags |
flags |
|
cstring |
option |
|
OptionProcessor |
processor |
|
◆ OptionFlags
Enumerator |
---|
Default | The default option flags.
|
Hide | Hide this option from –help message.
|
OptionalArgument | If this option requires an argument, it may be omitted. Options with this flag set can only accept their argument with the syntax --foo=bar ; --foo bar will be treated as if the argument to --foo were omitted. If the argument is omitted, null will be passed to the OptionProcessor.
|
◆ getIncludePath()
virtual const char * P4::Util::Options::getIncludePath |
( |
| ) |
const |
|
nodiscardpure virtual |
◆ process()
std::vector< const char * > * P4::Util::Options::process |
( |
int | argc, |
|
|
char *const | argv[] ) |
|
virtual |
◆ validateOptions()
bool P4::Util::Options::validateOptions |
( |
| ) |
const |
|
nodiscardprotectedvirtual |
The documentation for this class was generated from the following files: