scsl  0.2.0
Shimmering Clarity Standard Library
Public Attributes | List of all members
scsl::FlagValue Union Reference

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.
 

Detailed Description

FlagValue holds the value of a command line flag.


The documentation for this union was generated from the following file: