LeviLamina
Loading...
Searching...
No Matches
RefCountInterface.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/external/webrtc/RefCountReleaseStatus.h"
7
8
namespace
webrtc {
9
10
class
RefCountInterface
{
11
public
:
12
// virtual functions
13
// NOLINTBEGIN
14
// vIndex: 0
15
virtual
void
AddRef()
const
= 0;
16
17
// vIndex: 1
18
virtual ::webrtc::RefCountReleaseStatus Release()
const
= 0;
19
20
// vIndex: 2
21
virtual
~RefCountInterface
() =
default
;
22
// NOLINTEND
23
24
public
:
25
// virtual function thunks
26
// NOLINTBEGIN
27
28
// NOLINTEND
29
30
public
:
31
// vftables
32
// NOLINTBEGIN
33
MCNAPI
static
void
**
$vftable
();
34
// NOLINTEND
35
};
36
37
}
// namespace webrtc
webrtc::RefCountInterface
Definition
RefCountInterface.h:10
webrtc::RefCountInterface::$vftable
static MCAPI void ** $vftable()
src-server
mc
external
webrtc
RefCountInterface.h
Generated on Tue Oct 28 2025 05:31:58 for LeviLamina by
1.12.0