ESP-IDF
arg_hdr
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
arg_hdr
arg_hdr struct
Syntax
Show:
Summary
Declaration
from
argtable3.h:100
typedef
struct
arg_hdr
{
char
flag
;
const
char
*
shortopts
;
const
char
*
longopts
;
const
char
*
datatype
;
const
char
*
glossary
;
int
mincount
;
int
maxcount
;
void
*
parent
;
arg_resetfn
*
resetfn
;
arg_scanfn
*
scanfn
;
arg_checkfn
*
checkfn
;
arg_errorfn
*
errorfn
;
void
*
priv
;
}
arg_hdr_t
;
Fields
Field
Declared as
arg_hdr::flag
char
arg_hdr::shortopts
const
char
*
arg_hdr::longopts
const
char
*
arg_hdr::datatype
const
char
*
arg_hdr::glossary
const
char
*
arg_hdr::mincount
int
arg_hdr::maxcount
int
arg_hdr::parent
void
*
arg_hdr::resetfn
arg_resetfn
*
arg_hdr::scanfn
arg_scanfn
*
arg_hdr::checkfn
arg_checkfn
*
arg_hdr::errorfn
arg_errorfn
*
arg_hdr::priv
void
*
Related Functions
Found 8 other functions taking a
arg_hdr
argument:
Function
arg_parse_check()
alloc_longoptions()
find_shortoption()
alloc_shortoptions()
arg_endindex()
arg_parse_tagged()
arg_parse_untagged()
arg_print_gnuswitch_ds()
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out