SST  13.0.0
StructuralSimulationToolkit
SST::LongOption Struct Reference

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
 

Detailed Description

Struct that holds all the getopt_long options along with the docuementation for the option.


The documentation for this struct was generated from the following file: