LeviLamina
Loading...
Searching...
No Matches
cereal::BinarySchemaReader Class Reference
+ Inheritance diagram for cereal::BinarySchemaReader:

Public Types

enum class  ElemType : int { None = 0 , Object = 1 , Array = 2 }
 

Public Member Functions

BinarySchemaReaderoperator= (BinarySchemaReader const &)
 
 BinarySchemaReader (BinarySchemaReader const &)
 
virtual bool isValid () const
 
virtual bool isObject () const
 
virtual bool isArray () const
 
virtual bool isNull () const
 
virtual ::Bedrock::Result< bool > asBool ()
 
virtual ::Bedrock::Result< schar > asInt8 ()
 
virtual ::Bedrock::Result< uchar > asUInt8 ()
 
virtual ::Bedrock::Result< short > asInt16 ()
 
virtual ::Bedrock::Result< ushort > asUInt16 ()
 
virtual ::Bedrock::Result< int > asInt32 ()
 
virtual ::Bedrock::Result< uint > asUInt32 ()
 
virtual ::Bedrock::Result< int64 > asInt64 ()
 
virtual ::Bedrock::Result< uint64 > asUInt64 ()
 
virtual ::Bedrock::Result< float > asFloat ()
 
virtual ::Bedrock::Result< double > asDouble ()
 
virtual ::Bedrock::Result<::std::string > asString ()
 
virtual uint64 members ()
 
virtual uint64 length ()
 
virtual bool pushMember (::std::string_view const)
 
virtual::std::string_view pushNextMember ()
 
virtual void pushElement (uint64)
 
virtual void pop ()
 
MCAPI bool $isValid () const
 
MCAPI bool $isObject () const
 
MCAPI bool $isArray () const
 
MCAPI bool $isNull () const
 
MCAPI ::Bedrock::Result< bool > $asBool ()
 
MCAPI ::Bedrock::Result< schar > $asInt8 ()
 
MCAPI ::Bedrock::Result< uchar > $asUInt8 ()
 
MCAPI ::Bedrock::Result< short > $asInt16 ()
 
MCAPI ::Bedrock::Result< ushort > $asUInt16 ()
 
MCAPI ::Bedrock::Result< int > $asInt32 ()
 
MCAPI ::Bedrock::Result< uint > $asUInt32 ()
 
MCAPI ::Bedrock::Result< int64 > $asInt64 ()
 
MCAPI ::Bedrock::Result< uint64 > $asUInt64 ()
 
MCAPI ::Bedrock::Result< float > $asFloat ()
 
MCAPI ::Bedrock::Result< double > $asDouble ()
 
MCAPI ::Bedrock::Result<::std::string > $asString ()
 
MCAPI uint64 $members ()
 
MCAPI uint64 $length ()
 
MCAPI bool $pushMember (::std::string_view const)
 
MCAPI::std::string_view $pushNextMember ()
 
MCAPI void $pushElement (uint64)
 
MCAPI void $pop ()
 

Static Public Member Functions

static MCAPI void ** $vftable ()
 

Public Attributes

::ll::UntypedStorage< 8, 8 > mUnk8ab3e6
 
::ll::UntypedStorage< 4, 4 > mUnkae68a4
 
::ll::UntypedStorage< 4, 4 > mUnkfa0ec0
 

Member Function Documentation

◆ isValid()

virtual bool cereal::BinarySchemaReader::isValid ( ) const
virtual

Implements cereal::SchemaReader.

◆ isObject()

virtual bool cereal::BinarySchemaReader::isObject ( ) const
virtual

Implements cereal::SchemaReader.

◆ isArray()

virtual bool cereal::BinarySchemaReader::isArray ( ) const
virtual

Implements cereal::SchemaReader.

◆ isNull()

virtual bool cereal::BinarySchemaReader::isNull ( ) const
virtual

Implements cereal::SchemaReader.

◆ asBool()

virtual ::Bedrock::Result< bool > cereal::BinarySchemaReader::asBool ( )
virtual

Implements cereal::SchemaReader.

◆ asInt8()

virtual ::Bedrock::Result< schar > cereal::BinarySchemaReader::asInt8 ( )
virtual

Implements cereal::SchemaReader.

◆ asUInt8()

virtual ::Bedrock::Result< uchar > cereal::BinarySchemaReader::asUInt8 ( )
virtual

Implements cereal::SchemaReader.

◆ asInt16()

virtual ::Bedrock::Result< short > cereal::BinarySchemaReader::asInt16 ( )
virtual

Implements cereal::SchemaReader.

◆ asUInt16()

virtual ::Bedrock::Result< ushort > cereal::BinarySchemaReader::asUInt16 ( )
virtual

Implements cereal::SchemaReader.

◆ asInt32()

virtual ::Bedrock::Result< int > cereal::BinarySchemaReader::asInt32 ( )
virtual

Implements cereal::SchemaReader.

◆ asUInt32()

virtual ::Bedrock::Result< uint > cereal::BinarySchemaReader::asUInt32 ( )
virtual

Implements cereal::SchemaReader.

◆ asInt64()

virtual ::Bedrock::Result< int64 > cereal::BinarySchemaReader::asInt64 ( )
virtual

Implements cereal::SchemaReader.

◆ asUInt64()

virtual ::Bedrock::Result< uint64 > cereal::BinarySchemaReader::asUInt64 ( )
virtual

Implements cereal::SchemaReader.

◆ asFloat()

virtual ::Bedrock::Result< float > cereal::BinarySchemaReader::asFloat ( )
virtual

Implements cereal::SchemaReader.

◆ asDouble()

virtual ::Bedrock::Result< double > cereal::BinarySchemaReader::asDouble ( )
virtual

Implements cereal::SchemaReader.

◆ asString()

virtual ::Bedrock::Result<::std::string > cereal::BinarySchemaReader::asString ( )
virtual

Implements cereal::SchemaReader.

◆ members()

virtual uint64 cereal::BinarySchemaReader::members ( )
virtual

Implements cereal::SchemaReader.

◆ length()

virtual uint64 cereal::BinarySchemaReader::length ( )
virtual

Implements cereal::SchemaReader.

◆ pushMember()

virtual bool cereal::BinarySchemaReader::pushMember ( ::std::string_view const )
virtual

Implements cereal::SchemaReader.

◆ pushNextMember()

virtual::std::string_view cereal::BinarySchemaReader::pushNextMember ( )
virtual

Implements cereal::SchemaReader.

◆ pushElement()

virtual void cereal::BinarySchemaReader::pushElement ( uint64 )
virtual

Implements cereal::SchemaReader.

◆ pop()

virtual void cereal::BinarySchemaReader::pop ( )
virtual

Implements cereal::SchemaReader.

◆ $isValid()

MCAPI bool cereal::BinarySchemaReader::$isValid ( ) const
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.

◆ $isObject()

MCAPI bool cereal::BinarySchemaReader::$isObject ( ) const
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.

◆ $isArray()

MCAPI bool cereal::BinarySchemaReader::$isArray ( ) const
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.

◆ $isNull()

MCAPI bool cereal::BinarySchemaReader::$isNull ( ) const
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.

◆ $asBool()

MCAPI ::Bedrock::Result< bool > cereal::BinarySchemaReader::$asBool ( )
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.

◆ $asInt8()

MCAPI ::Bedrock::Result< schar > cereal::BinarySchemaReader::$asInt8 ( )
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.

◆ $asUInt8()

MCAPI ::Bedrock::Result< uchar > cereal::BinarySchemaReader::$asUInt8 ( )
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.

◆ $asInt16()

MCAPI ::Bedrock::Result< short > cereal::BinarySchemaReader::$asInt16 ( )
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.

◆ $asUInt16()

MCAPI ::Bedrock::Result< ushort > cereal::BinarySchemaReader::$asUInt16 ( )
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.

◆ $asInt32()

MCAPI ::Bedrock::Result< int > cereal::BinarySchemaReader::$asInt32 ( )
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.

◆ $asUInt32()

MCAPI ::Bedrock::Result< uint > cereal::BinarySchemaReader::$asUInt32 ( )
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.

◆ $asInt64()

MCAPI ::Bedrock::Result< int64 > cereal::BinarySchemaReader::$asInt64 ( )
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.

◆ $asUInt64()

MCAPI ::Bedrock::Result< uint64 > cereal::BinarySchemaReader::$asUInt64 ( )
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.

◆ $asFloat()

MCAPI ::Bedrock::Result< float > cereal::BinarySchemaReader::$asFloat ( )
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.

◆ $asDouble()

MCAPI ::Bedrock::Result< double > cereal::BinarySchemaReader::$asDouble ( )
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.

◆ $asString()

MCAPI ::Bedrock::Result<::std::string > cereal::BinarySchemaReader::$asString ( )
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.

◆ $members()

MCAPI uint64 cereal::BinarySchemaReader::$members ( )
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.

◆ $length()

MCAPI uint64 cereal::BinarySchemaReader::$length ( )
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.

◆ $pushMember()

MCAPI bool cereal::BinarySchemaReader::$pushMember ( ::std::string_view const )
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.

◆ $pushNextMember()

MCAPI::std::string_view cereal::BinarySchemaReader::$pushNextMember ( )
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.

◆ $pushElement()

MCAPI void cereal::BinarySchemaReader::$pushElement ( uint64 )
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.

◆ $pop()

MCAPI void cereal::BinarySchemaReader::$pop ( )
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.

◆ $vftable()

static MCAPI void ** cereal::BinarySchemaReader::$vftable ( )
static
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: