APG
… an ABNF Parser Generator
|
This is the "relative" string developed during parsing. More...
#include <jsonp.h>
Data Fields | |
aint | uiCharsOffset |
The offset from the vector base of 32-bit character codes to the first character in the string. More... | |
aint | uiLength |
The number of characters in the string. More... | |
This is the "relative" string developed during parsing.
Because parsed strings are pushed on vectors, the base of the vector may change with any push. Therefore, we must keep only relative indexes to the relevant items. During post-parse processing these relative indexes will be converted to absolute pointers. See json_value_tag.
aint string_r::uiCharsOffset |
aint string_r::uiLength |