|
ocssw
V2022
|
#include <argpar.h>
Public Attributes | |
| const argpar_option * | options |
| argpar_parser | parser |
| const char * | args_doc |
| const char * | doc |
| const argpar_child * | children |
| help_filter | help_filter |
| unsigned | parfile_buffer_count |
| char ** | parfile_buffer |
Detailed Description
Master structure containing options, document strings, child parsers, and text filters. Everything needed to parse options and arguments and print help documentation.
Member Data Documentation
◆ args_doc
| const char* args_doc |
◆ children
| const argpar_child* children |
Array of argpar_child structures containing parsers to nest within this one. All options and arguments are passed to parent parsers first, then to children in the order in which they're listed.
◆ doc
| const char* doc |
◆ help_filter
| help_filter help_filter |
◆ options
| const argpar_option* options |
◆ parfile_buffer
| char** parfile_buffer |
◆ parfile_buffer_count
| unsigned parfile_buffer_count |
◆ parser
The documentation for this struct was generated from the following file:
- /gfs-oceanweb/web/ocssw/ocssw_src/oel_util/libgenutils/argpar.h


