|
| enum | LookaheadParsingState {
kInit
, kError
, kHasNull
, kHasBool
,
kHasNumber
, kHasString
, kHasKey
, kEnteringObject
,
kExitingObject
, kEnteringArray
, kExitingArray
} |
| |
◆ LookaheadParsingState
| Enumerator |
|---|
| kInit | |
| kError | |
| kHasNull | |
| kHasBool | |
| kHasNumber | |
| kHasString | |
| kHasKey | |
| kEnteringObject | |
| kExitingObject | |
| kEnteringArray | |
| kExitingArray | |
◆ LookaheadParserHandler()
| LookaheadParserHandler::LookaheadParserHandler |
( |
char * | str | ) |
|
|
protected |
◆ Bool()
| bool LookaheadParserHandler::Bool |
( |
bool | b | ) |
|
|
inline |
◆ Double()
| bool LookaheadParserHandler::Double |
( |
double | d | ) |
|
|
inline |
◆ EndArray()
◆ EndObject()
◆ Int()
| bool LookaheadParserHandler::Int |
( |
int | i | ) |
|
|
inline |
◆ Int64()
◆ Key()
◆ Null()
| bool LookaheadParserHandler::Null |
( |
| ) |
|
|
inline |
◆ ParseNext()
| void LookaheadParserHandler::ParseNext |
( |
| ) |
|
|
protected |
◆ RawNumber()
◆ StartArray()
| bool LookaheadParserHandler::StartArray |
( |
| ) |
|
|
inline |
◆ StartObject()
| bool LookaheadParserHandler::StartObject |
( |
| ) |
|
|
inline |
◆ String()
◆ Uint()
| bool LookaheadParserHandler::Uint |
( |
unsigned | u | ) |
|
|
inline |
◆ Uint64()
◆ parseFlags
◆ r_
| Reader LookaheadParserHandler::r_ |
|
protected |
◆ ss_
◆ st_
◆ v_
| Value LookaheadParserHandler::v_ |
|
protected |
The documentation for this class was generated from the following file: