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
virtual
~Container() =
default
;
26
27
virtual
void
clear() = 0;
28
// NOLINTEND
29
30
public
:
31
// virtual function thunks
32
// NOLINTBEGIN
33
34
// NOLINTEND
35
};
36
37
}
// namespace Editor::DataStore
ll::UntypedStorage
Definition
Alias.h:14
src
mc
editor
datastore
container
Container.h
Generated on
for LeviLamina by
1.16.1