|
SST
15.1.0
StructuralSimulationToolkit
|
Struct that holds all the getopt_long options along with the documentation for the option. More...
#include <configBase.h>
Public Member Functions | |
| LongOption (struct option opt, const char *argname, const char *desc, bool header, std::vector< bool > annotations, OptionDefinition *def) | |
Data Fields | |
| struct option | opt |
| std::string | argname |
| std::string | desc |
| bool | header |
| std::vector< bool > | annotations |
| OptionDefinition * | def |
Struct that holds all the getopt_long options along with the documentation for the option.