Vault
4.1
|
#include "vbento.h"
#include "vtypes_internal.h"
#include "vexception.h"
#include "vbufferedfilestream.h"
Go to the source code of this file.
Classes | |
class | VBentoTextNodeParser |
This class performs parsing of Bento Text Format data to create a Bento data hierarchy from the text. More... | |
Enumerations | |
enum | StringArrayParseState { kStringArrayParseState_Init, kStringArrayParseState_InArray, kStringArrayParseState_InElement, kStringArrayParseState_ElementEnded, kStringArrayParseState_EscapePending, kStringArrayParseState_Done } |
Internal string array data parser state. More... |
Definition in file vbento.cpp.
Internal string array data parser state.
Definition at line 1211 of file vbento.cpp.