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 (char 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)
 
virtual bool write (uint64)
 
virtual bool write (float value)
 
virtual bool write (double value)
 
virtual bool write (::std::string_view const value)
 
virtual bool pushMember (::std::string_view const memberName)
 
virtual void popMember ()
 
virtual bool openObject ()
 
virtual bool openArray (uint64)
 
virtual void close ()
 
MCAPI bool _serializeTag (::std::unique_ptr<::Tag > tag)
 
MCAPI bool $write (::cereal::NullType)
 
MCAPI bool $write (bool value)
 
MCAPI bool $write (char 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)
 
MCAPI bool $write (uint64)
 
MCAPI bool $write (float value)
 
MCAPI bool $write (double value)
 
MCAPI bool $write (::std::string_view const value)
 
MCAPI bool $pushMember (::std::string_view const memberName)
 
MCAPI void $popMember ()
 
MCAPI bool $openObject ()
 
MCAPI bool $openArray (uint64)
 
MCAPI void $close ()
 
virtual bool isSequenceWriter () const
 
MCAPI bool $isSequenceWriter () const
 

Static Public Member Functions

static MCAPI void ** $vftable ()
 

Public Attributes

::ll::UntypedStorage< 8, 24 > mUnk9702ee
 

Member Function Documentation

◆ write() [1/13]

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

Implements cereal::SchemaWriter.

◆ write() [2/13]

virtual bool NBTSchemaWriter::write ( bool value)
virtual

Implements cereal::SchemaWriter.

◆ write() [3/13]

virtual bool NBTSchemaWriter::write ( char value)
virtual

Implements cereal::SchemaWriter.

◆ write() [4/13]

virtual bool NBTSchemaWriter::write ( uchar value)
virtual

Implements cereal::SchemaWriter.

◆ write() [5/13]

virtual bool NBTSchemaWriter::write ( short value)
virtual

Implements cereal::SchemaWriter.

◆ write() [6/13]

virtual bool NBTSchemaWriter::write ( ushort value)
virtual

Implements cereal::SchemaWriter.

◆ write() [7/13]

virtual bool NBTSchemaWriter::write ( int value)
virtual

Implements cereal::SchemaWriter.

◆ write() [8/13]

virtual bool NBTSchemaWriter::write ( uint value)
virtual

Implements cereal::SchemaWriter.

◆ write() [9/13]

virtual bool NBTSchemaWriter::write ( int64 )
virtual

Implements cereal::SchemaWriter.

◆ write() [10/13]

virtual bool NBTSchemaWriter::write ( uint64 )
virtual

Implements cereal::SchemaWriter.

◆ write() [11/13]

virtual bool NBTSchemaWriter::write ( float value)
virtual

Implements cereal::SchemaWriter.

◆ write() [12/13]

virtual bool NBTSchemaWriter::write ( double value)
virtual

Implements cereal::SchemaWriter.

◆ write() [13/13]

virtual bool NBTSchemaWriter::write ( ::std::string_view const value)
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 bool NBTSchemaWriter::openObject ( )
virtual

Implements cereal::SchemaWriter.

◆ openArray()

virtual bool NBTSchemaWriter::openArray ( 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.

◆ $write() [1/13]

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/13]

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/13]

MCAPI bool NBTSchemaWriter::$write ( char 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/13]

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/13]

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/13]

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/13]

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/13]

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/13]

MCAPI bool NBTSchemaWriter::$write ( int64 )
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/13]

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

◆ $write() [11/13]

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/13]

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/13]

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.

◆ $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 bool 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 bool NBTSchemaWriter::$openArray ( 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()

static 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.

◆ $isSequenceWriter()

MCAPI bool cereal::SchemaWriter::$isSequenceWriter ( ) const
inherited
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: