LeviLamina
Loading...
Searching...
No Matches
Bedrock::JSONObject::ParseHandler Class Reference
Inheritance diagram for Bedrock::JSONObject::ParseHandler:

Classes

struct  StackEntry

Public Member Functions

ParseHandler & operator= (ParseHandler const &)
 ParseHandler (ParseHandler const &)
MCAPI bool Bool (bool b)
MCAPI bool Double (double d)
MCAPI bool EndArray (uint elementCount)
MCAPI bool EndObject (uint memberCount)
MCAPI bool Int (int i)
MCAPI bool Int64 (int64 i)
MCAPI bool Key (char const *str, uint length, bool copy)
MCAPI bool Null ()
MCAPI ParseHandler (::gsl::not_null<::Bedrock::JSONObject::Document * > document)
MCAPI bool StartArray ()
MCAPI bool StartObject ()
MCAPI bool String (char const *str, uint length, bool copy)
MCAPI bool Uint (uint u)
MCAPI bool Uint64 (uint64 u)
MCAPI bool _addObjectOrArray (::Bedrock::JSONObject::ValueWrapper const &value)
MCAPI void * $ctor (::gsl::not_null<::Bedrock::JSONObject::Document * > document)

Public Attributes

::ll::UntypedStorage< 8, 8 > mUnk20ca89
::ll::UntypedStorage< 8, 8 > mUnk660ee3

Constructor & Destructor Documentation

◆ ParseHandler()

MCAPI Bedrock::JSONObject::ParseHandler::ParseHandler ( ::gsl::not_null<::Bedrock::JSONObject::Document * > document)
explicit
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

Member Function Documentation

◆ Bool()

MCAPI bool Bedrock::JSONObject::ParseHandler::Bool ( bool b)
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ Double()

MCAPI bool Bedrock::JSONObject::ParseHandler::Double ( double d)
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ EndArray()

MCAPI bool Bedrock::JSONObject::ParseHandler::EndArray ( uint elementCount)
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ EndObject()

MCAPI bool Bedrock::JSONObject::ParseHandler::EndObject ( uint memberCount)
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ Int()

MCAPI bool Bedrock::JSONObject::ParseHandler::Int ( int i)
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ Int64()

MCAPI bool Bedrock::JSONObject::ParseHandler::Int64 ( int64 i)
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ Key()

MCAPI bool Bedrock::JSONObject::ParseHandler::Key ( char const * str,
uint length,
bool copy )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ Null()

MCAPI bool Bedrock::JSONObject::ParseHandler::Null ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ StartArray()

MCAPI bool Bedrock::JSONObject::ParseHandler::StartArray ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ StartObject()

MCAPI bool Bedrock::JSONObject::ParseHandler::StartObject ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ String()

MCAPI bool Bedrock::JSONObject::ParseHandler::String ( char const * str,
uint length,
bool copy )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ Uint()

MCAPI bool Bedrock::JSONObject::ParseHandler::Uint ( uint u)
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ Uint64()

MCAPI bool Bedrock::JSONObject::ParseHandler::Uint64 ( uint64 u)
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ _addObjectOrArray()

MCAPI bool Bedrock::JSONObject::ParseHandler::_addObjectOrArray ( ::Bedrock::JSONObject::ValueWrapper const & value)
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $ctor()

MCAPI void * Bedrock::JSONObject::ParseHandler::$ctor ( ::gsl::not_null<::Bedrock::JSONObject::Document * > document)
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

The documentation for this class was generated from the following file: