LeviLamina
Loading...
Searching...
No Matches
Container.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
Editor::DataStore {
6
7
class
Container
{
8
public
:
9
// member variables
10
// NOLINTBEGIN
11
::ll::UntypedStorage<1, 1>
mUnk9bf5e3;
12
::ll::UntypedStorage<1, 1>
mUnkc169f0;
13
::ll::UntypedStorage<8, 8>
mUnkb85ffe;
14
// NOLINTEND
15
16
public
:
17
// prevent constructor by default
18
Container
& operator=(
Container
const
&);
19
Container
(
Container
const
&);
20
Container
();
21
22
public
:
23
// virtual functions
24
// NOLINTBEGIN
25
// vIndex: 0
26
virtual
~Container
() =
default
;
27
28
// vIndex: 1
29
virtual
void
clear() = 0;
30
// NOLINTEND
31
32
public
:
33
// destructor thunk
34
// NOLINTBEGIN
35
36
// NOLINTEND
37
38
public
:
39
// virtual function thunks
40
// NOLINTBEGIN
41
42
// NOLINTEND
43
};
44
45
}
// namespace Editor::DataStore
Editor::DataStore::Container
Definition
Container.h:7
ll::UntypedStorage
Definition
Alias.h:14
src
mc
editor
datastore
container
Container.h
Generated on Sat Apr 26 2025 05:56:07 for LeviLamina by
1.12.0