LeviLamina
Loading...
Searching...
No Matches
ITransactionContainer.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
namespace
mce {
class
IDeferredDebugUpdate
; }
8
// clang-format on
9
10
namespace
mce {
11
12
struct
ITransactionContainer
{
13
public
:
14
// virtual functions
15
// NOLINTBEGIN
16
#ifdef LL_PLAT_S
17
virtual
~ITransactionContainer
() =
default
;
18
#else
// LL_PLAT_C
19
virtual
~ITransactionContainer
();
20
#endif
21
22
virtual ::std::unique_ptr<::mce::IDeferredDebugUpdate> apply() = 0;
23
// NOLINTEND
24
25
public
:
26
// member functions
27
// NOLINTBEGIN
28
#ifdef LL_PLAT_C
29
MCNAPI
ITransactionContainer
();
30
#endif
31
// NOLINTEND
32
33
public
:
34
// constructor thunks
35
// NOLINTBEGIN
36
#ifdef LL_PLAT_C
37
MCNAPI
void
* $ctor();
38
#endif
39
// NOLINTEND
40
41
public
:
42
// destructor thunk
43
// NOLINTBEGIN
44
MCNAPI
void
$dtor
();
45
// NOLINTEND
46
47
public
:
48
// virtual function thunks
49
// NOLINTBEGIN
50
51
// NOLINTEND
52
53
public
:
54
// vftables
55
// NOLINTBEGIN
56
MCNAPI
static
void
**
$vftable
();
57
// NOLINTEND
58
};
59
60
}
// namespace mce
mce::IDeferredDebugUpdate
Definition
IDeferredDebugUpdate.h:7
mce::ITransactionContainer
Definition
ITransactionContainer.h:12
mce::ITransactionContainer::$dtor
MCAPI void $dtor()
mce::ITransactionContainer::$vftable
static MCAPI void ** $vftable()
src
mc
deps
core
checked_resource_service
ITransactionContainer.h
Generated on
for LeviLamina by
1.16.1