LeviLamina
Loading...
Searching...
No Matches
cereal::JSONCppSchemaReaderBase Class Referenceabstract
+ Inheritance diagram for cereal::JSONCppSchemaReaderBase:

Classes

struct  State
 

Public Member Functions

JSONCppSchemaReaderBaseoperator= (JSONCppSchemaReaderBase const &)
 
 JSONCppSchemaReaderBase (JSONCppSchemaReaderBase 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 name)
 
virtual::std::string_view pushNextMember ()
 
virtual void pushElement (uint64 index)
 
virtual void pop ()
 
virtual bool _allowAsBool ()=0
 
virtual bool _allowAsInt8 ()=0
 
virtual bool _allowAsUInt8 ()=0
 
virtual bool _allowAsInt16 ()=0
 
virtual bool _allowAsUInt16 ()=0
 
virtual bool _allowAsInt32 ()=0
 
virtual bool _allowAsUInt32 ()=0
 
virtual bool _allowAsInt64 ()=0
 
virtual bool _allowAsUInt64 ()=0
 
virtual bool _allowAsFloat ()=0
 
virtual bool _allowAsDouble ()=0
 
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 name)
 
MCAPI::std::string_view $pushNextMember ()
 
MCAPI void $pushElement (uint64 index)
 
MCAPI void $pop ()
 

Static Public Member Functions

static MCAPI void ** $vftable ()
 

Public Attributes

::ll::UntypedStorage< 8, 24 > mUnk9a5294
 
::ll::UntypedStorage< 8, 16 > mUnk92aa2c
 
::ll::UntypedStorage< 4, 4 > mUnkfa0ec0
 

Member Function Documentation

◆ isValid()

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

Implements cereal::SchemaReader.

◆ isObject()

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

Implements cereal::SchemaReader.

◆ isArray()

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

Implements cereal::SchemaReader.

◆ isNull()

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

Implements cereal::SchemaReader.

◆ asBool()

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

Implements cereal::SchemaReader.

◆ asInt8()

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

Implements cereal::SchemaReader.

◆ asUInt8()

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

Implements cereal::SchemaReader.

◆ asInt16()

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

Implements cereal::SchemaReader.

◆ asUInt16()

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

Implements cereal::SchemaReader.

◆ asInt32()

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

Implements cereal::SchemaReader.

◆ asUInt32()

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

Implements cereal::SchemaReader.

◆ asInt64()

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

Implements cereal::SchemaReader.

◆ asUInt64()

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

Implements cereal::SchemaReader.

◆ asFloat()

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

Implements cereal::SchemaReader.

◆ asDouble()

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

Implements cereal::SchemaReader.

◆ asString()

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

Implements cereal::SchemaReader.

◆ members()

virtual uint64 cereal::JSONCppSchemaReaderBase::members ( )
virtual

Implements cereal::SchemaReader.

◆ length()

virtual uint64 cereal::JSONCppSchemaReaderBase::length ( )
virtual

Implements cereal::SchemaReader.

◆ pushMember()

virtual bool cereal::JSONCppSchemaReaderBase::pushMember ( ::std::string_view const name)
virtual

Implements cereal::SchemaReader.

◆ pushNextMember()

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

Implements cereal::SchemaReader.

◆ pushElement()

virtual void cereal::JSONCppSchemaReaderBase::pushElement ( uint64 index)
virtual

Implements cereal::SchemaReader.

◆ pop()

virtual void cereal::JSONCppSchemaReaderBase::pop ( )
virtual

Implements cereal::SchemaReader.

◆ $isValid()

MCAPI bool cereal::JSONCppSchemaReaderBase::$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::JSONCppSchemaReaderBase::$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::JSONCppSchemaReaderBase::$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::JSONCppSchemaReaderBase::$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::JSONCppSchemaReaderBase::$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::JSONCppSchemaReaderBase::$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::JSONCppSchemaReaderBase::$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::JSONCppSchemaReaderBase::$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::JSONCppSchemaReaderBase::$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::JSONCppSchemaReaderBase::$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::JSONCppSchemaReaderBase::$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::JSONCppSchemaReaderBase::$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::JSONCppSchemaReaderBase::$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::JSONCppSchemaReaderBase::$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::JSONCppSchemaReaderBase::$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::JSONCppSchemaReaderBase::$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::JSONCppSchemaReaderBase::$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::JSONCppSchemaReaderBase::$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::JSONCppSchemaReaderBase::$pushMember ( ::std::string_view const name)
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::JSONCppSchemaReaderBase::$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::JSONCppSchemaReaderBase::$pushElement ( uint64 index)
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::JSONCppSchemaReaderBase::$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::JSONCppSchemaReaderBase::$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: