|
LeviLamina
|
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::cereal::SchemaRWType | expectedType () const |
| virtual ::Bedrock::Result< void > | asNull () |
| 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 (uint64 maxInputLength) |
| virtual ::std::optional< bool > | readValidityFlag () |
| virtual ::std::optional< uint > | readControlValue () |
| virtual uint64 | members () |
| virtual uint64 | length (uint64 expectedSize) |
| 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::cereal::SchemaRWType | $expectedType () const |
| MCAPI ::Bedrock::Result< void > | $asNull () |
| 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 (uint64 maxInputLength) |
| MCAPI ::std::optional< bool > | $readValidityFlag () |
| MCAPI ::std::optional< uint > | $readControlValue () |
| MCAPI uint64 | $members () |
| MCAPI uint64 | $length (uint64 expectedSize) |
| 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< 1, 1 > | mUnke9e0de |
| ::ll::UntypedStorage< 1, 1 > | mUnk225374 |
|
explicit |
|
virtual |
Implements cereal::JSONCppSchemaReaderBase.
|
virtual |
Implements cereal::JSONCppSchemaReaderBase.
|
virtual |
Implements cereal::JSONCppSchemaReaderBase.
|
virtual |
Implements cereal::JSONCppSchemaReaderBase.
|
virtual |
Implements cereal::JSONCppSchemaReaderBase.
|
virtual |
Implements cereal::JSONCppSchemaReaderBase.
|
virtual |
Implements cereal::JSONCppSchemaReaderBase.
|
virtual |
Implements cereal::JSONCppSchemaReaderBase.
|
virtual |
Implements cereal::JSONCppSchemaReaderBase.
|
virtual |
Implements cereal::JSONCppSchemaReaderBase.
|
virtual |
Implements cereal::JSONCppSchemaReaderBase.
| MCAPI void * cereal::StrictJSONCppSchemaReader::$ctor | ( | ::std::reference_wrapper<::Json::Value const > | value | ) |
| MCAPI void cereal::StrictJSONCppSchemaReader::$dtor | ( | ) |
| MCAPI bool cereal::StrictJSONCppSchemaReader::$_allowAsBool | ( | ) |
| MCAPI bool cereal::StrictJSONCppSchemaReader::$_allowAsInt8 | ( | ) |
| MCAPI bool cereal::StrictJSONCppSchemaReader::$_allowAsUInt8 | ( | ) |
| MCAPI bool cereal::StrictJSONCppSchemaReader::$_allowAsInt16 | ( | ) |
| MCAPI bool cereal::StrictJSONCppSchemaReader::$_allowAsUInt16 | ( | ) |
| MCAPI bool cereal::StrictJSONCppSchemaReader::$_allowAsInt32 | ( | ) |
| MCAPI bool cereal::StrictJSONCppSchemaReader::$_allowAsUInt32 | ( | ) |
| MCAPI bool cereal::StrictJSONCppSchemaReader::$_allowAsInt64 | ( | ) |
| MCAPI bool cereal::StrictJSONCppSchemaReader::$_allowAsUInt64 | ( | ) |
| MCAPI bool cereal::StrictJSONCppSchemaReader::$_allowAsFloat | ( | ) |
| MCAPI bool cereal::StrictJSONCppSchemaReader::$_allowAsDouble | ( | ) |
|
static |
|
virtualinherited |
Implements cereal::SchemaReader.
|
virtualinherited |
Implements cereal::SchemaReader.
|
virtualinherited |
Implements cereal::SchemaReader.
|
virtualinherited |
Implements cereal::SchemaReader.
|
virtualinherited |
Implements cereal::SchemaReader.
|
virtualinherited |
Implements cereal::SchemaReader.
|
virtualinherited |
Implements cereal::SchemaReader.
|
virtualinherited |
Implements cereal::SchemaReader.
|
virtualinherited |
Implements cereal::SchemaReader.
|
virtualinherited |
Implements cereal::SchemaReader.
|
virtualinherited |
Implements cereal::SchemaReader.
|
virtualinherited |
Implements cereal::SchemaReader.
|
virtualinherited |
Implements cereal::SchemaReader.
|
virtualinherited |
Implements cereal::SchemaReader.
|
virtualinherited |
Implements cereal::SchemaReader.
|
virtualinherited |
Implements cereal::SchemaReader.
|
virtualinherited |
Implements cereal::SchemaReader.
|
virtualinherited |
Implements cereal::SchemaReader.
|
virtualinherited |
Implements cereal::SchemaReader.
|
virtualinherited |
Implements cereal::SchemaReader.
|
virtualinherited |
Implements cereal::SchemaReader.
|
virtualinherited |
Implements cereal::SchemaReader.
|
virtualinherited |
Implements cereal::SchemaReader.
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |