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; }
15namespace Bedrock::JSONObject {
31 MCNAPI ::Bedrock::JSONObject::ObjectNode::iterator_base<1>
begin()
const;
35 MCNAPI_C ::Bedrock::JSONObject::ObjectNode::iterator_base<1> end()
const;
37 MCNAPI_C ::Bedrock::JSONObject::ObjectNode::iterator_base<1> find(::std::string_view keyStr)
const;
39 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 StringNode.h:10
Definition ValueWrapper.h:7
Definition Collection.h:7