LeviLamina
Loading...
Searching...
No Matches
DynamicValue.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
namespace
cereal {
struct
NullType; }
8
// clang-format on
9
10
namespace
cereal {
11
12
class
DynamicValue
{
13
public
:
14
// DynamicValue inner types define
15
enum class
Type :
int
{
16
Null = 0,
17
Boolean = 1,
18
Integer = 2,
19
Number = 3,
20
String = 4,
21
Array = 5,
22
Object = 6,
23
};
24
25
public
:
26
// member variables
27
// NOLINTBEGIN
28
::ll::UntypedStorage<8, 72>
mUnk3bb901;
29
// NOLINTEND
30
31
public
:
32
// prevent constructor by default
33
DynamicValue
& operator=(
DynamicValue
const
&);
34
DynamicValue
(
DynamicValue
const
&);
35
DynamicValue
();
36
37
public
:
38
// member functions
39
// NOLINTBEGIN
40
MCNAPI
DynamicValue
(
::cereal::DynamicValue
&&);
41
42
MCNAPI
~DynamicValue
();
43
// NOLINTEND
44
45
public
:
46
// constructor thunks
47
// NOLINTBEGIN
48
MCNAPI
void
*
$ctor
(
::cereal::DynamicValue
&&);
49
// NOLINTEND
50
51
public
:
52
// destructor thunk
53
// NOLINTBEGIN
54
MCNAPI
void
$dtor
();
55
// NOLINTEND
56
};
57
58
}
// namespace cereal
cereal::DynamicValue
Definition
DynamicValue.h:12
cereal::DynamicValue::$ctor
MCAPI void * $ctor(::cereal::DynamicValue &&)
cereal::DynamicValue::~DynamicValue
MCAPI ~DynamicValue()
cereal::DynamicValue::$dtor
MCAPI void $dtor()
cereal::DynamicValue::DynamicValue
MCAPI DynamicValue(::cereal::DynamicValue &&)
ll::UntypedStorage
Definition
Alias.h:14
src
mc
deps
cereal
schema
dynamic
DynamicValue.h
Generated on Fri Jun 13 2025 05:04:21 for LeviLamina by
1.12.0