LeviLamina
Loading...
Searching...
No Matches
NBTSchemaWriter Class Reference
Inheritance diagram for NBTSchemaWriter:

Classes

struct  StackNode

Public Member Functions

NBTSchemaWriteroperator= (NBTSchemaWriter const &)
 NBTSchemaWriter (NBTSchemaWriter const &)
virtual bool write (::cereal::NullType)
virtual bool write (bool value)
virtual bool write (schar value)
virtual bool write (uchar value)
virtual bool write (short value)
virtual bool write (ushort value)
virtual bool write (int value)
virtual bool write (uint value)
virtual bool write (int64 value)
virtual bool write (uint64 value)
virtual bool write (float value)
virtual bool write (double value)
virtual bool write (::std::string_view const value)
virtual bool write (::gsl::span< uchar const > view)
virtual void writeAdditionalData (bool)
virtual void writeAdditionalData (uint)
virtual void writeAdditionalData (::std::string_view const)
virtual bool pushMember (::std::string_view const memberName)
virtual void popMember ()
virtual::cereal::SchemaRWType openObject ()
virtual::cereal::SchemaRWType openArray (bool, uint64)
virtual void close ()
MCAPI NBTSchemaWriter ()
MCAPI bool _serializeTag (::std::unique_ptr<::Tag > tag)
MCAPI void * $ctor ()
MCAPI bool $write (::cereal::NullType)
MCAPI bool $write (bool value)
MCAPI bool $write (schar value)
MCAPI bool $write (uchar value)
MCAPI bool $write (short value)
MCAPI bool $write (ushort value)
MCAPI bool $write (int value)
MCAPI bool $write (uint value)
MCAPI bool $write (int64 value)
MCAPI bool $write (uint64 value)
MCAPI bool $write (float value)
MCAPI bool $write (double value)
MCAPI bool $write (::std::string_view const value)
MCAPI bool $write (::gsl::span< uchar const > view)
MCAPI void $writeAdditionalData (bool)
MCAPI void $writeAdditionalData (uint)
MCAPI void $writeAdditionalData (::std::string_view const)
MCAPI bool $pushMember (::std::string_view const memberName)
MCAPI void $popMember ()
MCAPI::cereal::SchemaRWType $openObject ()
MCAPI::cereal::SchemaRWType $openArray (bool, uint64)
MCAPI void $close ()
MCAPI::cereal::SerializationTraits serializationTraits () const
MCFOLD void serializationTraitsOverride (::cereal::SerializationTraits traits)

Static Public Member Functions

static MCAPI void ** $vftable ()

Public Attributes

::ll::UntypedStorage< 8, 24 > mUnkc969d0
::ll::TypedStorage< 1, 1, ::cereal::SerializationTraits > mSerializationTraitsOverride
::ll::TypedStorage< 1, 1, ::cereal::SerializationTraits > mSerializationTraits

Constructor & Destructor Documentation

◆ NBTSchemaWriter()

MCAPI NBTSchemaWriter::NBTSchemaWriter ( )
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

◆ write() [1/14]

virtual bool NBTSchemaWriter::write ( ::cereal::NullType )
virtual

Implements cereal::SchemaWriter.

◆ write() [2/14]

virtual bool NBTSchemaWriter::write ( bool value)
virtual

Implements cereal::SchemaWriter.

◆ write() [3/14]

virtual bool NBTSchemaWriter::write ( schar value)
virtual

Implements cereal::SchemaWriter.

◆ write() [4/14]

virtual bool NBTSchemaWriter::write ( uchar value)
virtual

Implements cereal::SchemaWriter.

◆ write() [5/14]

virtual bool NBTSchemaWriter::write ( short value)
virtual

Implements cereal::SchemaWriter.

◆ write() [6/14]

virtual bool NBTSchemaWriter::write ( ushort value)
virtual

Implements cereal::SchemaWriter.

◆ write() [7/14]

virtual bool NBTSchemaWriter::write ( int value)
virtual

Implements cereal::SchemaWriter.

◆ write() [8/14]

virtual bool NBTSchemaWriter::write ( uint value)
virtual

Implements cereal::SchemaWriter.

◆ write() [9/14]

virtual bool NBTSchemaWriter::write ( int64 value)
virtual

Implements cereal::SchemaWriter.

◆ write() [10/14]

virtual bool NBTSchemaWriter::write ( uint64 value)
virtual

Implements cereal::SchemaWriter.

◆ write() [11/14]

virtual bool NBTSchemaWriter::write ( float value)
virtual

Implements cereal::SchemaWriter.

◆ write() [12/14]

virtual bool NBTSchemaWriter::write ( double value)
virtual

Implements cereal::SchemaWriter.

◆ write() [13/14]

virtual bool NBTSchemaWriter::write ( ::std::string_view const value)
virtual

Implements cereal::SchemaWriter.

◆ write() [14/14]

virtual bool NBTSchemaWriter::write ( ::gsl::span< uchar const > view)
virtual

Implements cereal::SchemaWriter.

◆ writeAdditionalData() [1/3]

virtual void NBTSchemaWriter::writeAdditionalData ( bool )
virtual

Implements cereal::SchemaWriter.

◆ writeAdditionalData() [2/3]

virtual void NBTSchemaWriter::writeAdditionalData ( uint )
virtual

Implements cereal::SchemaWriter.

◆ writeAdditionalData() [3/3]

virtual void NBTSchemaWriter::writeAdditionalData ( ::std::string_view const )
virtual

Implements cereal::SchemaWriter.

◆ pushMember()

virtual bool NBTSchemaWriter::pushMember ( ::std::string_view const memberName)
virtual

Implements cereal::SchemaWriter.

◆ popMember()

virtual void NBTSchemaWriter::popMember ( )
virtual

Implements cereal::SchemaWriter.

◆ openObject()

virtual::cereal::SchemaRWType NBTSchemaWriter::openObject ( )
virtual

Implements cereal::SchemaWriter.

◆ openArray()

virtual::cereal::SchemaRWType NBTSchemaWriter::openArray ( bool ,
uint64  )
virtual

Implements cereal::SchemaWriter.

◆ close()

virtual void NBTSchemaWriter::close ( )
virtual

Implements cereal::SchemaWriter.

◆ _serializeTag()

MCAPI bool NBTSchemaWriter::_serializeTag ( ::std::unique_ptr<::Tag > tag)
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.

◆ $ctor()

MCAPI void * NBTSchemaWriter::$ctor ( )
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.

◆ $write() [1/14]

MCAPI bool NBTSchemaWriter::$write ( ::cereal::NullType )
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.

◆ $write() [2/14]

MCAPI bool NBTSchemaWriter::$write ( bool 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.

◆ $write() [3/14]

MCAPI bool NBTSchemaWriter::$write ( schar 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.

◆ $write() [4/14]

MCAPI bool NBTSchemaWriter::$write ( uchar 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.

◆ $write() [5/14]

MCAPI bool NBTSchemaWriter::$write ( short 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.

◆ $write() [6/14]

MCAPI bool NBTSchemaWriter::$write ( ushort 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.

◆ $write() [7/14]

MCAPI bool NBTSchemaWriter::$write ( int 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.

◆ $write() [8/14]

MCAPI bool NBTSchemaWriter::$write ( uint 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.

◆ $write() [9/14]

MCAPI bool NBTSchemaWriter::$write ( int64 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.

◆ $write() [10/14]

MCAPI bool NBTSchemaWriter::$write ( uint64 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.

◆ $write() [11/14]

MCAPI bool NBTSchemaWriter::$write ( float 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.

◆ $write() [12/14]

MCAPI bool NBTSchemaWriter::$write ( double 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.

◆ $write() [13/14]

MCAPI bool NBTSchemaWriter::$write ( ::std::string_view 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.

◆ $write() [14/14]

MCAPI bool NBTSchemaWriter::$write ( ::gsl::span< uchar const > view)
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.

◆ $writeAdditionalData() [1/3]

MCAPI void NBTSchemaWriter::$writeAdditionalData ( bool )
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.

◆ $writeAdditionalData() [2/3]

MCAPI void NBTSchemaWriter::$writeAdditionalData ( uint )
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.

◆ $writeAdditionalData() [3/3]

MCAPI void NBTSchemaWriter::$writeAdditionalData ( ::std::string_view const )
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 NBTSchemaWriter::$pushMember ( ::std::string_view const memberName)
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.

◆ $popMember()

MCAPI void NBTSchemaWriter::$popMember ( )
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.

◆ $openObject()

MCAPI::cereal::SchemaRWType NBTSchemaWriter::$openObject ( )
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.

◆ $openArray()

MCAPI::cereal::SchemaRWType NBTSchemaWriter::$openArray ( bool ,
uint64  )
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.

◆ $close()

MCAPI void NBTSchemaWriter::$close ( )
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()

MCAPI void ** NBTSchemaWriter::$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.

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