APG
… an ABNF Parser Generator
|
Each value is a node in the parse tree. More...
#include <jsonp.h>
Data Fields | |
aint | uiNextKey |
Used to keep track of the next available key offset to be used by an object member. More... | |
aint | uiValue |
Index to the value represented by this frame. More... | |
aint | uiString |
Offset to the string or key string for this value. More... | |
void * | vpVecIndexes |
Each value is a node in the parse tree.
A stack of these frames keeps track of the current value being parsed. When the value is complete, the value remains but the frame is popped from the stack to point to the parent value.
aint frame::uiNextKey |
aint frame::uiString |
aint frame::uiValue |