scsl
0.2.0
Shimmering Clarity Standard Library
|
Flag describes an individual command-line flag. More...
#include <Flag.h>
Public Attributes | |
FlagType | Type |
The type of the value in the flag. | |
bool | WasSet |
The flag was set on the command-line. | |
std::string | Name |
The name of the flag. | |
std::string | Description |
A description of the flag. | |
FlagValue | Value |
The flag's value. | |
Flag describes an individual command-line flag.