Base Framework
|
Inherits ArgumentParser::Argument.
Inherited by ArgumentParser::StringArgument.
Public Member Functions | |
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 |
Additional Inherited Members | |
![]() | |
enum | Flag { EXPLICIT = 1, LATER = 2, EARLIER = 4, DEFAULT = 8 } |