|
LeviLamina
|
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::string const &data) |
| MCAPI | StrictJSONCppSchemaReader (::std::reference_wrapper<::Json::Value const > value) |
| MCAPI void * | $ctor (::std::string const &data) |
| MCAPI void * | $ctor (::std::reference_wrapper<::Json::Value const > value) |
| 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 () |
| MCFOLD bool | $_allowAsFloat () |
| MCFOLD 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 ::Bedrock::Result< void > | asRawBytes (::std::function<::gsl::span< uchar >(uint64)> storage, uint64 maxInputLength) |
| virtual ::std::optional< bool > | additionalDataAsBool () |
| virtual ::std::optional< uint > | additionalDataAsUInt32 () |
| virtual ::std::optional<::std::string > | additionalDataAsString (uint64) |
| virtual uint64 | members () |
| virtual uint64 | length (uint64) |
| 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 ::Bedrock::Result< void > | $asRawBytes (::std::function<::gsl::span< uchar >(uint64)> storage, uint64 maxInputLength) |
| MCFOLD ::std::optional< bool > | $additionalDataAsBool () |
| MCFOLD ::std::optional< uint > | $additionalDataAsUInt32 () |
| MCFOLD ::std::optional<::std::string > | $additionalDataAsString (uint64) |
| MCFOLD uint64 | $members () |
| MCFOLD uint64 | $length (uint64) |
| MCAPI bool | $pushMember (::std::string_view const name) |
| MCAPI::std::string_view | $pushNextMember () |
| MCAPI void | $pushElement (uint64 index) |
| MCAPI void | $pop () |
| MCFOLD::cereal::SchemaReader::ScopedPop | scopedPop () |
| MCAPI::cereal::SerializationTraits | serializationTraits () const |
| MCFOLD void | serializationTraitsOverride (::cereal::SerializationTraits traits) |
Static Public Member Functions | |
| static MCAPI void ** | $vftable () |
Public Attributes | |
| ::ll::TypedStorage< 8, 24, ::std::vector<::cereal::JSONCppSchemaReaderBase::State > > | mState |
| ::ll::TypedStorage< 8, 16, ::Json::Value > | mValue |
| ::ll::TypedStorage< 1, 1, ::cereal::SerializationTraits > | mSerializationTraitsOverride |
| ::ll::TypedStorage< 1, 1, ::cereal::SerializationTraits > | mSerializationTraits |
|
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.
|
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.
|
virtualinherited |
Implements cereal::SchemaReader.
|
virtualinherited |
Implements cereal::SchemaReader.