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
11
namespace
Bedrock::JSONObject {
class
ValueWrapper
; }
12
// clang-format on
13
14
namespace
Bedrock::JSONObject {
15
16
class
ArrayNode
:
public
::Bedrock::JSONObject::Node
,
public
::Bedrock::JSONObject::Collection
{
17
public
:
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
27
public
:
28
// member functions
29
// NOLINTBEGIN
30
MCNAPI_C ::Bedrock::JSONObject::ArrayNode::iterator_base<1> begin()
const
;
31
32
MCNAPI
bool
setContents
(
::Bedrock::JSONObject::ValueWrapper
const
& contents);
33
// NOLINTEND
34
};
35
36
}
// namespace Bedrock::JSONObject
Bedrock::JSONObject::ArrayNode::iterator_base
Definition
ArrayNode.h:25
Bedrock::JSONObject::ArrayNode
Definition
ArrayNode.h:16
Bedrock::JSONObject::ArrayNode::setContents
MCAPI bool setContents(::Bedrock::JSONObject::ValueWrapper const &contents)
Bedrock::JSONObject::Node
Definition
Node.h:10
Bedrock::JSONObject::ValueWrapper
Definition
ValueWrapper.h:7
Bedrock::JSONObject::Collection
Definition
Collection.h:7
src
mc
deps
core
utility
json_object
ArrayNode.h
Generated on
for LeviLamina by
1.16.1