SST  13.1.0
Structural Simulation Toolkit
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, std::vector< bool > annotations, std::function< std::string(void)> ext_help, bool set_cmdline)
 

Data Fields

struct option opt
 
std::string argname
 
std::string desc
 
std::function< int(const char *arg)> callback
 
bool header
 
std::vector< bool > annotations
 
std::function< std::string(void)> ext_help
 
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: