Structsยง
Enumsยง
- Data ๐
Functionsยง
- flush_
segment ๐ - Used during construction.
Converts the current buffer (passed as
cur_segment
) into aData::Literal
segment and inserts it intoself.segments
. - walk_
node ๐ - Used during construction.
Recursively walks the node and its children, and fills
segments
with the appropriateData::Literal
andData::Blob
elements.