LeviLamina
Loading...
Searching...
No Matches
cereal::SchemaWriter Struct Referenceabstract
+ Inheritance diagram for cereal::SchemaWriter:

Public Member Functions

virtual bool write (::cereal::NullType, ::cereal::PropertyReader const &)=0
 
virtual bool write (bool, ::cereal::PropertyReader const &)=0
 
virtual bool write (char, ::cereal::PropertyReader const &)=0
 
virtual bool write (uchar, ::cereal::PropertyReader const &)=0
 
virtual bool write (short, ::cereal::PropertyReader const &)=0
 
virtual bool write (ushort, ::cereal::PropertyReader const &)=0
 
virtual bool write (int, ::cereal::PropertyReader const &)=0
 
virtual bool write (uint, ::cereal::PropertyReader const &)=0
 
virtual bool write (int64, ::cereal::PropertyReader const &)=0
 
virtual bool write (uint64, ::cereal::PropertyReader const &)=0
 
virtual bool write (float, ::cereal::PropertyReader const &)=0
 
virtual bool write (double, ::cereal::PropertyReader const &)=0
 
virtual bool write (::std::string_view const, ::cereal::PropertyReader const &)=0
 
virtual bool pushMember (::std::string_view const, ::cereal::PropertyReader const &)=0
 
virtual void popMember ()=0
 
virtual bool openObject (::cereal::PropertyReader const &)=0
 
virtual bool openArray (uint64, ::cereal::PropertyReader const &)=0
 
virtual void close ()=0
 
virtual bool isSequenceWriter () const
 
MCFOLD bool $isSequenceWriter () const
 

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