scsl 0.2.4
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. More... | |
bool | WasSet |
The flag was set on the command-line. More... | |
std::string | Name |
The name of the flag. More... | |
std::string | Description |
A description of the flag. More... | |
FlagValue | Value |
The flag's value. More... | |
Flag describes an individual command-line flag.
std::string scsl::Flag::Description |
A description of the flag.
std::string scsl::Flag::Name |
The name of the flag.
FlagType scsl::Flag::Type |
The type of the value in the flag.
FlagValue scsl::Flag::Value |
The flag's value.
bool scsl::Flag::WasSet |
The flag was set on the command-line.