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

Public Member Functions

virtual bool _allowAsBool ()
 
virtual bool _allowAsInt8 ()
 
virtual bool _allowAsUInt8 ()
 
virtual bool _allowAsInt16 ()
 
virtual bool _allowAsUInt16 ()
 
virtual bool _allowAsInt32 ()
 
virtual bool _allowAsUInt32 ()
 
virtual bool _allowAsInt64 ()
 
virtual bool _allowAsUInt64 ()
 
virtual bool _allowAsFloat ()
 
virtual bool _allowAsDouble ()
 
MCAPI StrictJSONCppSchemaReader (::std::reference_wrapper<::Json::Value const > value)
 
MCAPI void * $ctor (::std::reference_wrapper<::Json::Value const > value)
 
MCAPI void $dtor ()
 
MCAPI bool $_allowAsBool ()
 
MCAPI bool $_allowAsInt8 ()
 
MCAPI bool $_allowAsUInt8 ()
 
MCAPI bool $_allowAsInt16 ()
 
MCAPI bool $_allowAsUInt16 ()
 
MCAPI bool $_allowAsInt32 ()
 
MCAPI bool $_allowAsUInt32 ()
 
MCAPI bool $_allowAsInt64 ()
 
MCAPI bool $_allowAsUInt64 ()
 
MCAPI bool $_allowAsFloat ()
 
MCAPI bool $_allowAsDouble ()
 
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 ()
 
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
 

Constructor & Destructor Documentation

◆ StrictJSONCppSchemaReader()

MCAPI cereal::StrictJSONCppSchemaReader::StrictJSONCppSchemaReader ( ::std::reference_wrapper<::Json::Value const > value)
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

◆ _allowAsBool()

virtual bool cereal::StrictJSONCppSchemaReader::_allowAsBool ( )
virtual

◆ _allowAsInt8()

virtual bool cereal::StrictJSONCppSchemaReader::_allowAsInt8 ( )
virtual

◆ _allowAsUInt8()

virtual bool cereal::StrictJSONCppSchemaReader::_allowAsUInt8 ( )
virtual

◆ _allowAsInt16()

virtual bool cereal::StrictJSONCppSchemaReader::_allowAsInt16 ( )
virtual

◆ _allowAsUInt16()

virtual bool cereal::StrictJSONCppSchemaReader::_allowAsUInt16 ( )
virtual

◆ _allowAsInt32()

virtual bool cereal::StrictJSONCppSchemaReader::_allowAsInt32 ( )
virtual

◆ _allowAsUInt32()

virtual bool cereal::StrictJSONCppSchemaReader::_allowAsUInt32 ( )
virtual

◆ _allowAsInt64()

virtual bool cereal::StrictJSONCppSchemaReader::_allowAsInt64 ( )
virtual

◆ _allowAsUInt64()

virtual bool cereal::StrictJSONCppSchemaReader::_allowAsUInt64 ( )
virtual

◆ _allowAsFloat()

virtual bool cereal::StrictJSONCppSchemaReader::_allowAsFloat ( )
virtual

◆ _allowAsDouble()

virtual bool cereal::StrictJSONCppSchemaReader::_allowAsDouble ( )
virtual

◆ $ctor()

MCAPI void * cereal::StrictJSONCppSchemaReader::$ctor ( ::std::reference_wrapper<::Json::Value 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.

◆ $dtor()

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

◆ $_allowAsBool()

MCAPI bool cereal::StrictJSONCppSchemaReader::$_allowAsBool ( )
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.

◆ $_allowAsInt8()

MCAPI bool cereal::StrictJSONCppSchemaReader::$_allowAsInt8 ( )
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.

◆ $_allowAsUInt8()

MCAPI bool cereal::StrictJSONCppSchemaReader::$_allowAsUInt8 ( )
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.

◆ $_allowAsInt16()

MCAPI bool cereal::StrictJSONCppSchemaReader::$_allowAsInt16 ( )
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.

◆ $_allowAsUInt16()

MCAPI bool cereal::StrictJSONCppSchemaReader::$_allowAsUInt16 ( )
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.

◆ $_allowAsInt32()

MCAPI bool cereal::StrictJSONCppSchemaReader::$_allowAsInt32 ( )
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.

◆ $_allowAsUInt32()

MCAPI bool cereal::StrictJSONCppSchemaReader::$_allowAsUInt32 ( )
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.

◆ $_allowAsInt64()

MCAPI bool cereal::StrictJSONCppSchemaReader::$_allowAsInt64 ( )
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.

◆ $_allowAsUInt64()

MCAPI bool cereal::StrictJSONCppSchemaReader::$_allowAsUInt64 ( )
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.

◆ $_allowAsFloat()

MCAPI bool cereal::StrictJSONCppSchemaReader::$_allowAsFloat ( )
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.

◆ $_allowAsDouble()

MCAPI bool cereal::StrictJSONCppSchemaReader::$_allowAsDouble ( )
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::StrictJSONCppSchemaReader::$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.

◆ isValid()

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

Implements cereal::SchemaReader.

◆ isObject()

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

Implements cereal::SchemaReader.

◆ isArray()

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

Implements cereal::SchemaReader.

◆ isNull()

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

Implements cereal::SchemaReader.

◆ asBool()

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

Implements cereal::SchemaReader.

◆ asInt8()

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

Implements cereal::SchemaReader.

◆ asUInt8()

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

Implements cereal::SchemaReader.

◆ asInt16()

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

Implements cereal::SchemaReader.

◆ asUInt16()

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

Implements cereal::SchemaReader.

◆ asInt32()

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

Implements cereal::SchemaReader.

◆ asUInt32()

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

Implements cereal::SchemaReader.

◆ asInt64()

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

Implements cereal::SchemaReader.

◆ asUInt64()

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

Implements cereal::SchemaReader.

◆ asFloat()

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

Implements cereal::SchemaReader.

◆ asDouble()

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

Implements cereal::SchemaReader.

◆ asString()

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

Implements cereal::SchemaReader.

◆ members()

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

Implements cereal::SchemaReader.

◆ length()

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

Implements cereal::SchemaReader.

◆ pushMember()

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

Implements cereal::SchemaReader.

◆ pushNextMember()

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

Implements cereal::SchemaReader.

◆ pushElement()

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

Implements cereal::SchemaReader.

◆ pop()

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

Implements cereal::SchemaReader.

◆ $isValid()

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