LeviLamina
Loading...
Searching...
No Matches
ScopedTaskSafety.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/webrtc/scoped_refptr.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace webrtc { class PendingTaskSafetyFlag; }
11// clang-format on
12
13namespace webrtc {
14
15class ScopedTaskSafety {
16public:
17 // member variables
18 // NOLINTBEGIN
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
24 ScopedTaskSafety& operator=(ScopedTaskSafety const&);
25 ScopedTaskSafety(ScopedTaskSafety const&);
26 ScopedTaskSafety();
27
28public:
29 // member functions
30 // NOLINTBEGIN
32
34 // NOLINTEND
35
36public:
37 // destructor thunk
38 // NOLINTBEGIN
39 MCNAPI void $dtor();
40 // NOLINTEND
41};
42
43} // namespace webrtc
Definition PendingTaskSafetyFlag.h:16
MCAPI void reset(::webrtc::scoped_refptr<::webrtc::PendingTaskSafetyFlag > new_flag)
Definition scoped_refptr.h:8
Definition Alias.h:14