Inherits ArgumentParser::NamedArgument.
|
| StringArgument (const String &name, const String &_value, unsigned int flags=0) noexcept |
|
const String & | getValue () const noexcept |
|
| NamedArgument (const String &_name, unsigned int flags=0) noexcept |
|
const String & | getName () const noexcept |
|
| Argument (unsigned int _flags=0) noexcept |
|
bool | isExplicit () const noexcept |
|
bool | isEarlier () const noexcept |
|
bool | isLater () const noexcept |
|
unsigned int | getFlags () const noexcept |
|
void | setFlags (unsigned int flags) noexcept |
|
| Polymorphic () noexcept |
|
virtual | ~Polymorphic () noexcept |
|