scsl 1.0.1
Shimmering Clarity Standard Library
|
Individual command-line flag. More...
#include <Flags.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. | |
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.