scsl  0.2.0
Shimmering Clarity Standard Library
Public Attributes | List of all members
scsl::Flag Struct Reference

Flag describes an individual command-line flag. More...

#include <Flag.h>

Collaboration diagram for scsl::Flag:
Collaboration graph
[legend]

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.
 

Detailed Description

Flag describes an individual command-line flag.


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