scsl
0.2.0
Shimmering Clarity Standard Library
|
FlagValue holds the value of a command line flag. More...
#include <Flag.h>
Public Attributes | |
unsigned int | u |
FlagType::UnsignedInteger. | |
int | i |
FlagType::Integer. | |
std::size_t | size |
FlagType::SizeT. | |
std::string * | s |
FlagType::String. | |
bool | b |
FlagType::Boolean. | |
FlagValue holds the value of a command line flag.