LeviLamina
Loading...
Searching...
No Matches
CritScope.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace rtc { class RecursiveCriticalSection; }
8// clang-format on
9
10namespace rtc {
11
12struct CritScope {
13public:
14 // prevent constructor by default
15 CritScope();
16
17public:
18 // member functions
19 // NOLINTBEGIN
21
22 MCNAPI ~CritScope();
23 // NOLINTEND
24
25public:
26 // constructor thunks
27 // NOLINTBEGIN
29 // NOLINTEND
30
31public:
32 // destructor thunk
33 // NOLINTBEGIN
34 MCNAPI void $dtor();
35 // NOLINTEND
36};
37
38} // namespace rtc
Definition RecursiveCriticalSection.h:7
Definition CritScope.h:12
MCAPI void * $ctor(::rtc::RecursiveCriticalSection const *)
MCAPI void $dtor()
MCAPI ~CritScope()
MCAPI CritScope(::rtc::RecursiveCriticalSection const *)