scsl 1.0.1
Shimmering Clarity Standard Library
Loading...
Searching...
No Matches
Public Attributes | List of all members
scsl::FlagValue Union Reference

FlagValue holds the value of a command line flag. More...

#include <Flags.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.

Member Data Documentation

◆ b

bool scsl::FlagValue::b

◆ i

int scsl::FlagValue::i

◆ s

std::string* scsl::FlagValue::s

◆ size

std::size_t scsl::FlagValue::size

◆ u

unsigned int scsl::FlagValue::u

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