LeviLamina
Loading...
Searching...
No Matches
ArrayNode.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/json_object/Collection.h"
7#include "mc/deps/core/utility/json_object/Node.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace Bedrock::JSONObject { class ValueWrapper; }
12// clang-format on
13
14namespace Bedrock::JSONObject {
15
17public:
18 // ArrayNode inner types declare
19 // clang-format off
20 template<int T0> class iterator_base;
21 // clang-format on
22
23 // ArrayNode inner types define
24 template <int T0>
25 class iterator_base {};
26
27public:
28 // member functions
29 // NOLINTBEGIN
30 MCAPI bool setContents(::Bedrock::JSONObject::ValueWrapper const& contents);
31 // NOLINTEND
32};
33
34} // namespace Bedrock::JSONObject
Definition ArrayNode.h:16
Definition Node.h:10
Definition ValueWrapper.h:7
Definition Collection.h:7