Struct that holds all the getopt_long options along with the docuementation for the option.
More...
#include <configBase.h>
|
| 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) |
|
|
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 |
|
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: