ESP-IDF
arg_file::hdr
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
arg_file::hdr
arg_file::hdr field
Syntax
Show:
Summary
Declaration
from
argtable3.h:150
struct
arg_hdr
hdr
;
Examples
References
from
examples
Code
Location
Referrer
struct
arg_hdr
hdr
;
/* The mandatory argtable header struct */
argtable3.h:150
if
(
parent
->
count
==
parent
->
hdr
.
maxcount
)
{
arg_file.c:109
arg_file_scanfn()
int
errorcode
=
(
parent
->
count
<
parent
->
hdr
.
mincount
)
?
ARG_ERR_MINCOUNT
:
0
;
arg_file.c:130
arg_file_checkfn()
const
char
*
shortopts
=
parent
->
hdr
.
shortopts
;
arg_file.c:137
arg_file_errorfn()
const
char
*
longopts
=
parent
->
hdr
.
longopts
;
arg_file.c:138
arg_file_errorfn()
const
char
*
datatype
=
parent
->
hdr
.
datatype
;
arg_file.c:139
arg_file_errorfn()
result
->
hdr
.
flag
=
ARG_HASVALUE
;
arg_file.c:185
arg_filen()
result
->
hdr
.
shortopts
=
shortopts
;
arg_file.c:186
arg_filen()
result
->
hdr
.
longopts
=
longopts
;
arg_file.c:187
arg_filen()
result
->
hdr
.
glossary
=
glossary
;
arg_file.c:188
arg_filen()
result
->
hdr
.
datatype
=
datatype
?
datatype
:
"<file>"
;
arg_file.c:189
arg_filen()
result
->
hdr
.
mincount
=
mincount
;
arg_file.c:190
arg_filen()
result
->
hdr
.
maxcount
=
maxcount
;
arg_file.c:191
arg_filen()
result
->
hdr
.
parent
=
result
;
arg_file.c:192
arg_filen()
result
->
hdr
.
resetfn
=
(
arg_resetfn
*
)
arg_file_resetfn
;
arg_file.c:193
arg_filen()
result
->
hdr
.
scanfn
=
(
arg_scanfn
*
)
arg_file_scanfn
;
arg_file.c:194
arg_filen()
result
->
hdr
.
checkfn
=
(
arg_checkfn
*
)
arg_file_checkfn
;
arg_file.c:195
arg_filen()
result
->
hdr
.
errorfn
=
(
arg_errorfn
*
)
arg_file_errorfn
;
arg_file.c:196
arg_filen()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
arg_file::hdr
is read by 4 functions:
All items filtered out
arg_file::hdr
arg_file_scanfn()
arg_file_checkfn()
arg_file_errorfn()
arg_filen()
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