3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/cereal/schema/SchemaRWType.h"
7#include "mc/deps/cereal/schema/SchemaWriter.h"
25 BinarySchemaWriter& operator=(BinarySchemaWriter
const&);
26 BinarySchemaWriter(BinarySchemaWriter
const&);
34 virtual bool write(
bool value) ;
36 virtual bool write(schar) ;
38 virtual bool write(uchar value) ;
40 virtual bool write(
short value) ;
42 virtual bool write(ushort value) ;
44 virtual bool write(
int value) ;
46 virtual bool write(uint value) ;
48 virtual bool write(int64 value) ;
50 virtual bool write(uint64 value) ;
52 virtual bool write(
float value) ;
54 virtual bool write(
double value) ;
56 virtual bool write(::std::string_view
const value) ;
58 virtual bool write(::gsl::span<uchar const> view) ;
60 virtual void writeAdditionalData(
bool value) ;
62 virtual void writeAdditionalData(uint value) ;
64 virtual void writeAdditionalData(::std::string_view
const value) ;
66 virtual bool pushMember(::std::string_view
const) ;
68 virtual void popMember() ;
70 virtual ::cereal::SchemaRWType openObject() ;
72 virtual ::cereal::SchemaRWType openArray(
bool isDynamicExtent, uint64 length) ;
74 virtual void close() ;
76 virtual ~BinarySchemaWriter() =
default;
106 MCNAPI
bool $write(::std::string_view
const value);
108 MCNAPI
bool $write(::gsl::span<uchar const> view);
122 MCNAPI ::cereal::SchemaRWType
$openArray(
bool isDynamicExtent, uint64 length);
MCAPI bool $write(::std::string_view const value)
MCAPI bool $write(int64 value)
MCAPI bool $write(int value)
MCAPI bool $write(ushort value)
MCAPI bool $write(uchar value)
MCAPI void $writeAdditionalData(::std::string_view const value)
MCAPI void $writeAdditionalData(uint value)
MCAPI::cereal::SchemaRWType $openObject()
MCAPI bool $write(uint value)
MCAPI bool $write(::gsl::span< uchar const > view)
MCAPI bool $write(::cereal::NullType)
MCAPI bool $write(uint64 value)
MCAPI void $writeAdditionalData(bool value)
MCAPI bool $write(bool value)
MCAPI::cereal::SchemaRWType $openArray(bool isDynamicExtent, uint64 length)
MCAPI bool $pushMember(::std::string_view const)
MCAPI bool $write(short value)
MCAPI bool $write(double value)
MCAPI bool $write(float value)
static MCAPI void ** $vftable()
Definition SchemaWriter.h:16