A private implementation structure used by G::GetOpt.
More...
#include <ggetopt.h>
|
| SwitchSpec (char c_, const std::string &name_, const std::string &description_, const std::string &description_extra_, bool v_, const std::string &vd_, unsigned int level_) |
|
A private implementation structure used by G::GetOpt.
Definition at line 60 of file ggetopt.h.
G::GetOpt::SwitchSpec::SwitchSpec |
( |
char |
c_, |
|
|
const std::string & |
name_, |
|
|
const std::string & |
description_, |
|
|
const std::string & |
description_extra_, |
|
|
bool |
v_, |
|
|
const std::string & |
vd_, |
|
|
unsigned int |
level_ |
|
) |
| |
|
inline |
char G::GetOpt::SwitchSpec::c |
std::string G::GetOpt::SwitchSpec::description |
std::string G::GetOpt::SwitchSpec::description_extra |
bool G::GetOpt::SwitchSpec::hidden |
unsigned int G::GetOpt::SwitchSpec::level |
std::string G::GetOpt::SwitchSpec::name |
std::string G::GetOpt::SwitchSpec::value_description |
bool G::GetOpt::SwitchSpec::valued |
The documentation for this struct was generated from the following file: