Definition at line 80 of file CommandLine.hpp.
|
| Option (char s, std::string l, std::string a, std::string predes, std::string des, bool rep, bool req, typeOpt t, void *ptr, bool d) |
|
| Option (void) |
|
◆ Option() [1/2]
gnsstk::CommandLine::Option::Option |
( |
void |
| ) |
|
|
inline |
◆ Option() [2/2]
gnsstk::CommandLine::Option::Option |
( |
char |
s, |
|
|
std::string |
l, |
|
|
std::string |
a, |
|
|
std::string |
predes, |
|
|
std::string |
des, |
|
|
bool |
rep, |
|
|
bool |
req, |
|
|
typeOpt |
t, |
|
|
void * |
ptr, |
|
|
bool |
d |
|
) |
| |
|
inline |
◆ arg
std::string gnsstk::CommandLine::Option::arg |
◆ desc
std::string gnsstk::CommandLine::Option::desc |
◆ doc
bool gnsstk::CommandLine::Option::doc |
◆ expand
bool gnsstk::CommandLine::Option::expand |
◆ longOpt
std::string gnsstk::CommandLine::Option::longOpt |
◆ p_output
void* gnsstk::CommandLine::Option::p_output |
◆ predesc
std::string gnsstk::CommandLine::Option::predesc |
◆ repeat
bool gnsstk::CommandLine::Option::repeat |
◆ required
bool gnsstk::CommandLine::Option::required |
◆ shortOpt
char gnsstk::CommandLine::Option::shortOpt |
◆ syntax
std::string gnsstk::CommandLine::Option::syntax |
◆ toggle
bool gnsstk::CommandLine::Option::toggle |
◆ type
typeOpt gnsstk::CommandLine::Option::type |
◆ values
std::vector<std::string> gnsstk::CommandLine::Option::values |
The documentation for this class was generated from the following file: