3#include "mc/_HeaderOutputPredefine.h"
5namespace Bedrock::JSONObject {
29 NumberInfo& operator=(NumberInfo
const&);
30 NumberInfo(NumberInfo
const&);
45 StringInfo& operator=(StringInfo
const&);
46 StringInfo(StringInfo
const&);
85 MCNAPI static ::Bedrock::JSONObject::ValueWrapper
_createRaw(
bool b);
87 MCNAPI static ::Bedrock::JSONObject::ValueWrapper
_createRaw(int64 n);
90 MCNAPI static ::Bedrock::JSONObject::ValueWrapper
_createRaw(
char const* s, uint64 length,
bool copy);
92 MCNAPI static ::Bedrock::JSONObject::ValueWrapper
emptyObject();
Definition ValueWrapper.h:7
static MCAPI ::Bedrock::JSONObject::ValueWrapper _createRaw(char const *s, uint64 length, bool copy)
MCAPI ::std::function< bool(::Bedrock::JSONObject::ValueWrapper &)> const & getArrayWrapper() const
MCAPI void _moveConstruct(::Bedrock::JSONObject::ValueWrapper &&other)
MCAPI ::std::function< bool(::std::string &, ::Bedrock::JSONObject::ValueWrapper &)> const & getObjectWrapper() const
static MCAPI ::Bedrock::JSONObject::ValueWrapper emptyObject()
Definition ValueWrapper.h:16
Definition ValueWrapper.h:34