LeviLamina
|
Public Types | |
enum class | ElemType : int { None = 0 , Object = 1 , Array = 2 } |
Public Member Functions | |
BinarySchemaReader & | operator= (BinarySchemaReader const &) |
BinarySchemaReader (BinarySchemaReader const &) | |
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, ::cereal::PropertyReader const &prop) |
virtual::std::string_view | pushNextMember (::cereal::PropertyReader const &prop) |
virtual void | pushElement (uint64, ::cereal::PropertyReader const &prop) |
virtual void | pop () |
virtual bool | isSequenceReader () const |
MCAPI void | pushStateIf (::cereal::PropertyReader const &prop) |
MCAPI void | $dtor () |
MCAPI bool | $isValid () const |
MCAPI bool | $isObject () const |
MCAPI bool | $isArray () const |
MCFOLD 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 () |
MCAPI uint64 | $length () |
MCAPI bool | $pushMember (::std::string_view const, ::cereal::PropertyReader const &prop) |
MCAPI::std::string_view | $pushNextMember (::cereal::PropertyReader const &prop) |
MCAPI void | $pushElement (uint64, ::cereal::PropertyReader const &prop) |
MCAPI void | $pop () |
MCFOLD bool | $isSequenceReader () const |
Static Public Member Functions | |
static MCAPI void ** | $vftable () |
Public Attributes | |
::ll::UntypedStorage< 8, 16 > | mUnkc01ff2 |
::ll::UntypedStorage< 8, 24 > | mUnk630b01 |
::ll::UntypedStorage< 8, 8 > | mUnk8c8dc5 |
::ll::UntypedStorage< 8, 8 > | mUnk8ab3e6 |
::ll::UntypedStorage< 4, 4 > | mUnkae68a4 |
|
virtual |
Implements cereal::SchemaReader.
|
virtual |
Implements cereal::SchemaReader.
|
virtual |
Implements cereal::SchemaReader.
|
virtual |
Implements cereal::SchemaReader.
|
virtual |
Implements cereal::SchemaReader.
|
virtual |
Implements cereal::SchemaReader.
|
virtual |
Implements cereal::SchemaReader.
|
virtual |
Implements cereal::SchemaReader.
|
virtual |
Implements cereal::SchemaReader.
|
virtual |
Implements cereal::SchemaReader.
|
virtual |
Implements cereal::SchemaReader.
|
virtual |
Implements cereal::SchemaReader.
|
virtual |
Implements cereal::SchemaReader.
|
virtual |
Implements cereal::SchemaReader.
|
virtual |
Implements cereal::SchemaReader.
|
virtual |
Implements cereal::SchemaReader.
|
virtual |
Implements cereal::SchemaReader.
|
virtual |
Implements cereal::SchemaReader.
|
virtual |
Implements cereal::SchemaReader.
|
virtual |
Implements cereal::SchemaReader.
|
virtual |
Implements cereal::SchemaReader.
|
virtual |
Implements cereal::SchemaReader.
|
virtual |
Reimplemented from cereal::SchemaReader.