3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/cereal/schema/SchemaRWType.h"
7#include "mc/deps/cereal/schema/SchemaWriter.h"
33 StackNode& operator=(StackNode
const&);
34 StackNode(StackNode
const&);
58 NBTSchemaWriter& operator=(NBTSchemaWriter
const&);
66 virtual bool write(
bool value) ;
68 virtual bool write(schar value) ;
70 virtual bool write(uchar value) ;
72 virtual bool write(
short value) ;
74 virtual bool write(ushort value) ;
76 virtual bool write(
int value) ;
78 virtual bool write(uint value) ;
80 virtual bool write(int64 value) ;
82 virtual bool write(uint64 value) ;
84 virtual bool write(
float value) ;
86 virtual bool write(
double value) ;
88 virtual bool write(::std::string_view
const value) ;
90 virtual bool write(::gsl::span<uchar const> view) ;
92 virtual void writeAdditionalData(
bool) ;
94 virtual void writeAdditionalData(uint) ;
96 virtual void writeAdditionalData(::std::string_view
const) ;
98 virtual bool pushMember(::std::string_view
const memberName) ;
100 virtual void popMember() ;
102 virtual ::cereal::SchemaRWType openObject() ;
104 virtual ::cereal::SchemaRWType openArray(
bool, uint64) ;
106 virtual void close() ;
150 MCNAPI
bool $write(::std::string_view
const value);
152 MCNAPI
bool $write(::gsl::span<uchar const> view);
MCAPI void $writeAdditionalData(uint)
MCAPI bool $write(uchar value)
MCAPI bool _serializeTag(::std::unique_ptr<::Tag > tag)
MCAPI bool $write(uint64 value)
MCAPI bool $write(float value)
MCAPI bool $pushMember(::std::string_view const memberName)
static MCAPI void ** $vftable()
MCAPI bool $write(::std::string_view const value)
MCAPI bool $write(int value)
MCAPI bool $write(schar value)
MCAPI bool $write(ushort value)
MCAPI::cereal::SchemaRWType $openArray(bool, uint64)
MCAPI bool $write(int64 value)
MCAPI bool $write(short value)
MCAPI bool $write(::cereal::NullType)
MCAPI bool $write(::gsl::span< uchar const > view)
MCAPI void $writeAdditionalData(::std::string_view const)
MCAPI bool $write(bool value)
MCAPI bool $write(double value)
MCAPI bool $write(uint value)
MCAPI void $writeAdditionalData(bool)
MCAPI::cereal::SchemaRWType $openObject()
Definition NBTSchemaWriter.h:23
Definition SchemaWriter.h:16