3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/core/utility/json_object/Collection.h"
7#include "mc/deps/core/utility/json_object/Node.h"
11namespace Bedrock::JSONObject {
class StringNode; }
12namespace Bedrock::JSONObject {
class ValueWrapper; }
15namespace Bedrock::JSONObject {
31 MCNAPI ::Bedrock::JSONObject::ObjectNode::iterator_base<1>
begin()
const;
35 MCNAPI ::Bedrock::JSONObject::ObjectNode::iterator_base<0>
Definition ObjectNode.h:26
Definition ObjectNode.h:17
MCAPI bool setContents(::Bedrock::JSONObject::ValueWrapper const &contents)
MCAPI ::Bedrock::JSONObject::ObjectNode::iterator_base< 0 > insert(::std::string_view keyStr, ::Bedrock::JSONObject::ValueWrapper const &value, bool copyKey)
MCAPI ::Bedrock::JSONObject::ObjectNode::iterator_base< 1 > begin() const
Definition ValueWrapper.h:7
Definition Collection.h:7