Base Framework
|
Inherits ArgumentParser::Option.
Public Member Functions | |
StringOption (const String &name, unsigned int flags=0) | |
StringOption (const String &name, char shortName, unsigned int flags=0) | |
bool | hasDefaultValue () const noexcept |
const String & | getDefaultValue () const noexcept |
void | setDefaultValue (const String &defaultValue) noexcept |
![]() | |
Option (const String &name, unsigned int flags=0) | |
Option (const String &name, char shortName, unsigned int flags=0) | |
bool | hasShortName () const noexcept |
char | getShortName () const noexcept |
const String & | getName () const noexcept |
unsigned int | getFlags () const noexcept |
![]() | |
ReferenceCountedObject () noexcept | |
ReferenceCountedObject (const ReferenceCountedObject ©) noexcept | |
ReferenceCountedObject (ReferenceCountedObject &&move) noexcept | |
ReferenceCountedObject & | operator= (const ReferenceCountedObject ©) noexcept |
ReferenceCountedObject & | operator= (ReferenceCountedObject &&move) noexcept |
MemorySize | getNumberOfReferences_INTERNAL () const noexcept |
virtual bool | useGarbageCollector () const noexcept |
![]() | |
DynamicObject () noexcept | |
bool | isValidObject () const noexcept |
virtual | ~DynamicObject () noexcept(false) |
_COM_AZURE_DEV__BASE__OVERRIDE_ALLOC () | |
Additional Inherited Members | |
![]() | |
enum | Flag { MANDATORY = 1, STRICT = 2, DEPRECATED = 4, EXPLICIT = 8, OVERRIDE = 16 } |