Crinit -- Configurable Rootfs Init
crinitIniParserCtx_t Struct Reference
Collaboration diagram for crinitIniParserCtx_t:
Collaboration graph

Public Attributes

crinitConfKvList_tanchor
 Anchor pointer to the beginning of the list. More...
 
crinitConfKvList_tpList
 Running pointer to the element being currently constructed. More...
 
crinitConfKvList_tlast
 Running pointer to the last element just constructed. More...
 
size_t keyArrayCount
 Counter variable for array-like config options. More...
 

Detailed Description

Struct definition for the parser context used by crinitIniHandler()

Member Data Documentation

◆ anchor

crinitConfKvList_t* crinitIniParserCtx_t::anchor

Anchor pointer to the beginning of the list.

◆ keyArrayCount

size_t crinitIniParserCtx_t::keyArrayCount

Counter variable for array-like config options.

◆ last

crinitConfKvList_t* crinitIniParserCtx_t::last

Running pointer to the last element just constructed.

◆ pList

crinitConfKvList_t* crinitIniParserCtx_t::pList

Running pointer to the element being currently constructed.


The documentation for this struct was generated from the following file: