VAPOR3 3.9.4
|
An option description record (odr) More...
#include <OptionParser.h>
Public Attributes | |
const char * | option |
int | arg_count |
const char * | value |
const char * | help |
An option description record (odr)
A structure for descriping an option
option | The name of the option |
arg_count | Number of arguments expected by the option |
value | Option's default value |
help | A C string containing a help message for the option |
Definition at line 57 of file OptionParser.h.
int Wasp::OptionParser::_OptDescRec::arg_count |
Definition at line 59 of file OptionParser.h.
const char* Wasp::OptionParser::_OptDescRec::help |
Definition at line 61 of file OptionParser.h.
const char* Wasp::OptionParser::_OptDescRec::option |
Definition at line 58 of file OptionParser.h.
const char* Wasp::OptionParser::_OptDescRec::value |
Definition at line 60 of file OptionParser.h.