56 virtual bool isValid() const ;
59 virtual
bool isObject() const ;
62 virtual
bool isArray() const ;
65 virtual
bool isNull() const ;
104 virtual uint64 members() ;
107 virtual uint64 length() ;
110 virtual
bool pushMember(::
std::string_view const name, ::cereal::
PropertyReader const&) ;
116 virtual
void pushElement(uint64 index, ::cereal::
PropertyReader const&) ;
134 MCFOLD
bool $isValid() const;
136 MCFOLD
bool $isObject() const;
138 MCFOLD
bool $isArray() const;
140 MCFOLD
bool $isNull() const;
166 MCFOLD uint64 $members();
168 MCFOLD uint64 $length();
170 MCFOLD
bool $pushMember(::
std::string_view const name, ::cereal::
PropertyReader const&);
174 MCFOLD
void $pushElement(uint64 index, ::cereal::
PropertyReader const&);
182 MCAPI static
void** $vftable();