ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
book_walk_entry_t Struct Reference

One deferred unit of work on the serializer stack. More...

Data Fields

bool is_close
 true: emit </name>; false: open node value.
uint32_t value
 Close: tag-name string offset.

Detailed Description

One deferred unit of work on the serializer stack.

is_close distinguishes a pending close tag (carrying the tag-name string offset) from a node to open (carrying the node index).

Definition at line 40 of file book_xhtml.c.

Field Documentation

◆ is_close

bool book_walk_entry_t::is_close

true: emit </name>; false: open node value.

Definition at line 41 of file book_xhtml.c.

Referenced by internal_walk_to_xhtml().

◆ value

uint32_t book_walk_entry_t::value

Close: tag-name string offset.

Open: node index.

Definition at line 42 of file book_xhtml.c.

Referenced by internal_walk_to_xhtml().


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