SST
13.0.0
StructuralSimulationToolkit
|
Struct that holds all the getopt_long options along with the docuementation for the option. More...
#include <configBase.h>
Public Member Functions | |
LongOption (struct option opt, const char *argname, const char *desc, const std::function< int(const char *arg)> &callback, bool header, bool sdl_avail, bool set_cmdline) | |
Data Fields | |
struct option | opt |
std::string | argname |
std::string | desc |
std::function< int(const char *arg)> | callback |
bool | header |
bool | sdl_avail |
bool | set_cmdline |
Struct that holds all the getopt_long options along with the docuementation for the option.