|
CX Framework
Cross-platform C utility framework
|
#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 | |
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.