Base Framework
|
Inherits ArgumentParser::Argument.
Public Member Functions | |
OrphanArgument (const String &_value, unsigned int flags=0) noexcept | |
const String & | getValue () 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 } |