LeviLamina
Loading...
Searching...
No Matches
Operation.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
rtc::rtc_operations_chain_internal {
6
7
class
Operation
{
8
public
:
9
// virtual functions
10
// NOLINTBEGIN
11
virtual
~Operation
();
12
13
virtual
void
Run() = 0;
14
// NOLINTEND
15
16
public
:
17
// destructor thunk
18
// NOLINTBEGIN
19
MCNAPI
void
$dtor
();
20
// NOLINTEND
21
22
public
:
23
// virtual function thunks
24
// NOLINTBEGIN
25
26
// NOLINTEND
27
28
public
:
29
// vftables
30
// NOLINTBEGIN
31
MCNAPI
static
void
**
$vftable
();
32
// NOLINTEND
33
};
34
35
}
// namespace rtc::rtc_operations_chain_internal
rtc::rtc_operations_chain_internal::Operation
Definition
Operation.h:7
rtc::rtc_operations_chain_internal::Operation::$dtor
MCAPI void $dtor()
rtc::rtc_operations_chain_internal::Operation::$vftable
static MCAPI void ** $vftable()
src
mc
external
rtc
Operation.h
Generated on
for LeviLamina by
1.16.1