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)
 
MCFOLD void $dtor ()
 
MCAPI bool $_allowAsBool ()
 
MCAPI bool $_allowAsInt8 ()
 
MCAPI bool $_allowAsUInt8 ()
 
MCAPI bool $_allowAsInt16 ()
 
MCAPI bool $_allowAsUInt16 ()
 
MCAPI bool $_allowAsInt32 ()
 
MCFOLD bool $_allowAsUInt32 ()
 
MCAPI bool $_allowAsInt64 ()
 
MCFOLD bool $_allowAsUInt64 ()
 
MCFOLD bool $_allowAsFloat ()
 
MCFOLD bool $_allowAsDouble ()
 
virtual bool isValid () const
 
virtual bool isObject () const
 
virtual bool isArray () const
 
virtual bool isNull () const
 
virtual ::Bedrock::Result< bool > asBool (::cereal::PropertyReader const &)
 
virtual ::Bedrock::Result< schar > asInt8 (::cereal::PropertyReader const &)
 
virtual ::Bedrock::Result< uchar > asUInt8 (::cereal::PropertyReader const &)
 
virtual ::Bedrock::Result< short > asInt16 (::cereal::PropertyReader const &)
 
virtual ::Bedrock::Result< ushort > asUInt16 (::cereal::PropertyReader const &)
 
virtual ::Bedrock::Result< int > asInt32 (::cereal::PropertyReader const &)
 
virtual ::Bedrock::Result< uint > asUInt32 (::cereal::PropertyReader const &)
 
virtual ::Bedrock::Result< int64 > asInt64 (::cereal::PropertyReader const &)
 
virtual ::Bedrock::Result< uint64 > asUInt64 (::cereal::PropertyReader const &)
 
virtual ::Bedrock::Result< float > asFloat (::cereal::PropertyReader const &)
 
virtual ::Bedrock::Result< double > asDouble (::cereal::PropertyReader const &)
 
virtual ::Bedrock::Result<::std::string > asString (::cereal::PropertyReader const &)
 
virtual uint64 members ()
 
virtual uint64 length ()
 
virtual bool pushMember (::std::string_view const name, ::cereal::PropertyReader const &)
 
virtual::std::string_view pushNextMember (::cereal::PropertyReader const &)
 
virtual void pushElement (uint64 index, ::cereal::PropertyReader const &)
 
virtual void pop ()
 
MCAPI bool $isValid () const
 
MCAPI bool $isObject () const
 
MCAPI bool $isArray () const
 
MCAPI bool $isNull () const
 
MCAPI ::Bedrock::Result< bool > $asBool (::cereal::PropertyReader const &)
 
MCAPI ::Bedrock::Result< schar > $asInt8 (::cereal::PropertyReader const &)
 
MCAPI ::Bedrock::Result< uchar > $asUInt8 (::cereal::PropertyReader const &)
 
MCAPI ::Bedrock::Result< short > $asInt16 (::cereal::PropertyReader const &)
 
MCAPI ::Bedrock::Result< ushort > $asUInt16 (::cereal::PropertyReader const &)
 
MCAPI ::Bedrock::Result< int > $asInt32 (::cereal::PropertyReader const &)
 
MCAPI ::Bedrock::Result< uint > $asUInt32 (::cereal::PropertyReader const &)
 
MCAPI ::Bedrock::Result< int64 > $asInt64 (::cereal::PropertyReader const &)
 
MCAPI ::Bedrock::Result< uint64 > $asUInt64 (::cereal::PropertyReader const &)
 
MCAPI ::Bedrock::Result< float > $asFloat (::cereal::PropertyReader const &)
 
MCAPI ::Bedrock::Result< double > $asDouble (::cereal::PropertyReader const &)
 
MCAPI ::Bedrock::Result<::std::string > $asString (::cereal::PropertyReader const &)
 
MCFOLD uint64 $members ()
 
MCFOLD uint64 $length ()
 
MCAPI bool $pushMember (::std::string_view const name, ::cereal::PropertyReader const &)
 
MCAPI::std::string_view $pushNextMember (::cereal::PropertyReader const &)
 
MCAPI void $pushElement (uint64 index, ::cereal::PropertyReader const &)
 
MCFOLD void $pop ()
 
virtual bool isSequenceReader () const
 
MCFOLD bool $isSequenceReader () const
 

Static Public Member Functions

static MCAPI void ** $vftable ()
 

Public Attributes

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

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

◆ 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 ( ::cereal::PropertyReader const & )
virtualinherited

Implements cereal::SchemaReader.

◆ asInt8()

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

Implements cereal::SchemaReader.

◆ asUInt8()

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

Implements cereal::SchemaReader.

◆ asInt16()

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

Implements cereal::SchemaReader.

◆ asUInt16()

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

Implements cereal::SchemaReader.

◆ asInt32()

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

Implements cereal::SchemaReader.

◆ asUInt32()

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

Implements cereal::SchemaReader.

◆ asInt64()

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

Implements cereal::SchemaReader.

◆ asUInt64()

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

Implements cereal::SchemaReader.

◆ asFloat()

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

Implements cereal::SchemaReader.

◆ asDouble()

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

Implements cereal::SchemaReader.

◆ asString()

virtual ::Bedrock::Result<::std::string > cereal::JSONCppSchemaReaderBase::asString ( ::cereal::PropertyReader const & )
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,
::cereal::PropertyReader const &  )
virtualinherited

Implements cereal::SchemaReader.

◆ pushNextMember()

virtual::std::string_view cereal::JSONCppSchemaReaderBase::pushNextMember ( ::cereal::PropertyReader const & )
virtualinherited

Implements cereal::SchemaReader.

◆ pushElement()

virtual void cereal::JSONCppSchemaReaderBase::pushElement ( uint64 index,
::cereal::PropertyReader const &  )
virtualinherited

Implements cereal::SchemaReader.

◆ pop()

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

Implements cereal::SchemaReader.


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