LeviLamina
Loading...
Searching...
No Matches
JSON.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
Scripting {
6
7
struct
JSON
{
8
public
:
9
// member variables
10
// NOLINTBEGIN
11
::ll::UntypedStorage<8, 32>
mUnk3b49ec;
12
// NOLINTEND
13
14
public
:
15
// prevent constructor by default
16
JSON
(
JSON
const
&);
17
JSON
();
18
19
public
:
20
// member functions
21
// NOLINTBEGIN
22
MCNAPI ::Scripting::JSON&
operator=
(
::Scripting::JSON
const
&);
23
24
MCNAPI ::Scripting::JSON&
operator=
(
::Scripting::JSON
&&);
25
26
MCNAPI
~JSON
();
27
// NOLINTEND
28
29
public
:
30
// destructor thunk
31
// NOLINTBEGIN
32
MCNAPI
void
$dtor
();
33
// NOLINTEND
34
};
35
36
}
// namespace Scripting
Scripting::JSON
Definition
JSON.h:7
Scripting::JSON::operator=
MCAPI::Scripting::JSON & operator=(::Scripting::JSON const &)
Scripting::JSON::$dtor
MCAPI void $dtor()
Scripting::JSON::~JSON
MCAPI ~JSON()
Scripting::JSON::operator=
MCAPI::Scripting::JSON & operator=(::Scripting::JSON &&)
ll::UntypedStorage
Definition
Alias.h:14
src
mc
deps
scripting
JSON.h
Generated on Fri Jun 13 2025 05:04:27 for LeviLamina by
1.12.0