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
7namespace mce { class IDeferredDebugUpdate; }
8// clang-format on
9
10namespace mce {
11
13public:
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
25public:
26 // destructor thunk
27 // NOLINTBEGIN
28 MCNAPI void $dtor();
29 // NOLINTEND
30
31public:
32 // virtual function thunks
33 // NOLINTBEGIN
34
35 // NOLINTEND
36
37public:
38 // vftables
39 // NOLINTBEGIN
40 MCNAPI static void** $vftable();
41 // NOLINTEND
42};
43
44} // namespace mce
Definition IDeferredDebugUpdate.h:7
Definition ITransactionContainer.h:12
static MCAPI void ** $vftable()