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
16public:
17 // member variables
18 // NOLINTBEGIN
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
24 ScopedTaskSafety& operator=(ScopedTaskSafety const&);
27
28public:
29 // member functions
30 // NOLINTBEGIN
31 MCAPI ::webrtc::scoped_refptr<::webrtc::PendingTaskSafetyFlag> flag() const;
32
34
35 MCAPI ~ScopedTaskSafety();
36 // NOLINTEND
37
38public:
39 // destructor thunk
40 // NOLINTBEGIN
41 MCAPI void $dtor();
42 // NOLINTEND
43};
44
45} // namespace webrtc
Definition ScopedTaskSafety.h:15
Definition scoped_refptr.h:8
Definition Alias.h:14