LeviLamina
Loading...
Searching...
No Matches
StringNode.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/core/utility/json_object/Node.h"
7
8
namespace
Bedrock::JSONObject {
9
10
class
StringNode
:
public
::Bedrock::JSONObject::Node
{
11
public
:
12
// member variables
13
// NOLINTBEGIN
14
union
{
15
struct
{
16
::ll::UntypedStorage<4, 4>
mUnk8c1446;
17
::ll::UntypedStorage<4, 4>
mUnk383b08;
18
union
{
19
::ll::UntypedStorage<8, 8>
mUnk45b062;
20
::ll::UntypedStorage<8, 8>
mUnkd4ba40;
21
};
22
};
23
::ll::UntypedStorage<1, 16>
mUnkac85df;
24
};
25
// NOLINTEND
26
27
public
:
28
// prevent constructor by default
29
StringNode
& operator=(
StringNode
const
&);
30
StringNode
(
StringNode
const
&);
31
StringNode
();
32
33
public
:
34
// member functions
35
// NOLINTBEGIN
36
MCAPI
bool
set(::std::string_view str,
bool
copy);
37
// NOLINTEND
38
};
39
40
}
// namespace Bedrock::JSONObject
Bedrock::JSONObject::Node
Definition
Node.h:10
Bedrock::JSONObject::StringNode
Definition
StringNode.h:10
ll::UntypedStorage
Definition
Alias.h:14
src
mc
deps
core
utility
json_object
StringNode.h
Generated on Sat Apr 26 2025 05:55:26 for LeviLamina by
1.12.0