![]() |
The ROme OpTimistic Simulator
3.0.0
A General-Purpose Multithreaded Parallel/Distributed Simulation Platform
|
A set of options organized and parsed together. More...
#include <arg_parse.h>
Data Fields | |
const char * | header |
The header printed before this section in the --help text. | |
struct ap_option * | opts |
The array of recognized options, terminated by a zeroed element. | |
void(* | parser )(int key, const char *arg) |
The parsing function. More... | |
A set of options organized and parsed together.
Definition at line 37 of file arg_parse.h.
void(* ap_section::parser) (int key, const char *arg) |
The parsing function.
This gets called for events specified in the enum ap_event_key or when an option for this section is encountered during parsing.
Definition at line 45 of file arg_parse.h.