3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/cereal/schema/SchemaRWType.h"
7#include "mc/deps/cereal/schema/SchemaWriter.h"
12namespace cereal {
struct NullType; }
69 virtual bool write(
bool value) ;
72 virtual bool write(
char value) ;
75 virtual bool write(uchar value) ;
78 virtual bool write(
short value) ;
81 virtual bool write(ushort value) ;
84 virtual bool write(
int value) ;
87 virtual bool write(uint value) ;
90 virtual bool write(int64) ;
93 virtual bool write(uint64) ;
96 virtual bool write(
float value) ;
99 virtual bool write(
double value) ;
102 virtual bool write(::std::string_view
const value) ;
105 virtual void writeValidityFlag(
bool) ;
108 virtual void writeControlValue(uint) ;
111 virtual bool pushMember(::std::string_view
const memberName) ;
114 virtual void popMember() ;
117 virtual ::cereal::SchemaRWType openObject() ;
120 virtual ::cereal::SchemaRWType openArray(
bool isDynamicExtent, uint64 length) ;
123 virtual void close() ;
162 MCNAPI
bool $write(::std::string_view
const value);
174 MCNAPI ::cereal::SchemaRWType
$openArray(
bool isDynamicExtent, uint64 length);
Definition NBTSchemaWriter.h:15
MCAPI bool $write(uchar value)
MCAPI bool _serializeTag(::std::unique_ptr<::Tag > tag)
MCAPI bool $write(float value)
MCAPI bool $pushMember(::std::string_view const memberName)
static MCAPI void ** $vftable()
MCAPI void $writeControlValue(uint)
MCAPI bool $write(::std::string_view const value)
MCAPI bool $write(int value)
MCAPI bool $write(ushort value)
MCAPI bool $write(char value)
MCAPI void $writeValidityFlag(bool)
MCAPI bool $write(short value)
MCAPI bool $write(::cereal::NullType)
MCAPI bool $write(uint64)
MCAPI bool $write(bool value)
MCAPI bool $write(double value)
MCAPI bool $write(uint value)
MCAPI::cereal::SchemaRWType $openObject()
MCAPI::cereal::SchemaRWType $openArray(bool isDynamicExtent, uint64 length)
Definition NBTSchemaWriter.h:23
Definition SchemaWriter.h:16