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
// destructor thunk
27
// NOLINTBEGIN
28
MCNAPI
void
$dtor
();
29
// NOLINTEND
30
31
public
:
32
// virtual function thunks
33
// NOLINTBEGIN
34
35
// NOLINTEND
36
37
public
:
38
// vftables
39
// NOLINTBEGIN
40
MCNAPI
static
void
**
$vftable
();
41
// NOLINTEND
42
};
43
44
}
// 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