CX Framework
Cross-platform C utility framework
Loading...
Searching...
No Matches
SerPathFrame Struct Reference

#include <sertype.h>

Data Fields

strref name
 member or map key; NULL for an array index frame
 
int32 idx
 array index, when name is NULL
 

Detailed Description

One frame of the traverser's location within the document.

The traverser pushes a frame per level as it descends and materializes them into SerError::path only when an error is actually raised, so the common path costs a push and a pop and no allocation.

Definition at line 201 of file sertype.h.


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