A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
FJSONReader Struct Reference

#include <VaRestJsonParser.h>

Public Member Functions

 FJSONReader ()
 
bool Read (const TCHAR Char)
 

Public Attributes

FJSONState State
 

Private Member Functions

FORCEINLINE bool FindToken (const TCHAR &Char)
 
FORCEINLINE bool IsNewLine (const TCHAR &Char)
 
FORCEINLINE bool IsSpace (const TCHAR &Char)
 
FORCEINLINE void ReadAsArray (const TCHAR &Char)
 
FORCEINLINE void ReadAsNumber (const TCHAR &Char)
 
FORCEINLINE void ReadAsObject (const TCHAR &Char)
 
FORCEINLINE void ReadAsString (const TCHAR &Char)
 
FORCEINLINE void ReadAsStringSpecial (const TCHAR &Char)
 
FORCEINLINE void ReadBasicValue (const TCHAR &Char)
 
FORCEINLINE void Skip (const TCHAR &Char)
 
FORCEINLINE void UpdateNotation ()
 

Detailed Description

Definition at line 164 of file VaRestJsonParser.h.

Constructor & Destructor Documentation

◆ FJSONReader()

FJSONReader::FJSONReader ( )

Default constructor

Definition at line 565 of file VaRestJsonParser.cpp.

Member Function Documentation

◆ FindToken()

bool FJSONReader::FindToken ( const TCHAR & Char)
private

Definition at line 579 of file VaRestJsonParser.cpp.

Here is the caller graph for this function:

◆ IsNewLine()

bool FJSONReader::IsNewLine ( const TCHAR & Char)
private

Definition at line 569 of file VaRestJsonParser.cpp.

Here is the caller graph for this function:

◆ IsSpace()

bool FJSONReader::IsSpace ( const TCHAR & Char)
private

Definition at line 574 of file VaRestJsonParser.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ Read()

bool FJSONReader::Read ( const TCHAR Char)

Definition at line 961 of file VaRestJsonParser.cpp.

Here is the call graph for this function:

◆ ReadAsArray()

void FJSONReader::ReadAsArray ( const TCHAR & Char)
private

Definition at line 918 of file VaRestJsonParser.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ReadAsNumber()

void FJSONReader::ReadAsNumber ( const TCHAR & Char)
private

Definition at line 859 of file VaRestJsonParser.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ReadAsObject()

void FJSONReader::ReadAsObject ( const TCHAR & Char)
private

Definition at line 927 of file VaRestJsonParser.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ReadAsString()

void FJSONReader::ReadAsString ( const TCHAR & Char)
private

Definition at line 817 of file VaRestJsonParser.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ReadAsStringSpecial()

void FJSONReader::ReadAsStringSpecial ( const TCHAR & Char)
private

Definition at line 848 of file VaRestJsonParser.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ReadBasicValue()

void FJSONReader::ReadBasicValue ( const TCHAR & Char)
private

Definition at line 877 of file VaRestJsonParser.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ Skip()

void FJSONReader::Skip ( const TCHAR & Char)
private

Definition at line 953 of file VaRestJsonParser.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ UpdateNotation()

void FJSONReader::UpdateNotation ( )
private

Definition at line 601 of file VaRestJsonParser.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ State

FJSONState FJSONReader::State

State

Definition at line 167 of file VaRestJsonParser.h.


The documentation for this struct was generated from the following files: