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 // member functions
27 // NOLINTBEGIN
28#ifdef LL_PLAT_C
29 MCNAPI ITransactionContainer();
30#endif
31 // NOLINTEND
32
33public:
34 // constructor thunks
35 // NOLINTBEGIN
36#ifdef LL_PLAT_C
37 MCNAPI void* $ctor();
38#endif
39 // NOLINTEND
40
41public:
42 // destructor thunk
43 // NOLINTBEGIN
44 MCNAPI void $dtor();
45 // NOLINTEND
46
47public:
48 // virtual function thunks
49 // NOLINTBEGIN
50
51 // NOLINTEND
52
53public:
54 // vftables
55 // NOLINTBEGIN
56 MCNAPI static void** $vftable();
57 // NOLINTEND
58};
59
60} // namespace mce
Definition IDeferredDebugUpdate.h:7
Definition ITransactionContainer.h:12
static MCAPI void ** $vftable()