|
ocssw
V2022
|
clo_option_t
#include <clo.h>
Collaboration diagram for clo_option_t:
Public Attributes | |
| char * | key |
| enum clo_dataType_t | dataType |
| char * | defaultVal |
| char * | desc |
| char * | valStr |
| char * | source |
| clo_optionCallback_t | cb |
| void * | cb_data |
| int | cb_flag |
| char ** | strArray |
| void * | valArray |
| int | count |
| char ** | aliases |
| int | numAliases |
| int | aliasStorageSize |
| int | position |
Detailed Description
Member Data Documentation
◆ aliases
◆ aliasStorageSize
◆ cb
◆ cb_data
◆ cb_flag
◆ count
◆ dataType
| enum clo_dataType_t dataType |
◆ defaultVal
◆ desc
◆ key
◆ numAliases
◆ position
| int position |
◆ source
◆ strArray
◆ valArray
◆ valStr
The documentation for this struct was generated from the following file:
- /gfs-oceanweb/web/ocssw/ocssw_src/oel_util/libgenutils/clo.h


