LeviLamina
Loading...
Searching...
No Matches
TaskQueueFactory.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
namespace
webrtc {
class
TaskQueueBase
; }
8
namespace
webrtc {
struct
TaskQueueDeleter
; }
9
// clang-format on
10
11
namespace
webrtc {
12
13
class
TaskQueueFactory
{
14
public
:
15
// TaskQueueFactory inner types define
16
enum class
Priority :
int
{
17
Normal = 0,
18
High = 1,
19
Low = 2,
20
};
21
22
public
:
23
// virtual functions
24
// NOLINTBEGIN
25
virtual
~TaskQueueFactory
() =
default
;
26
27
virtual ::std::unique_ptr<::webrtc::TaskQueueBase, ::webrtc::TaskQueueDeleter>
28
CreateTaskQueue(::std::string_view, ::webrtc::TaskQueueFactory::Priority)
const
= 0;
29
// NOLINTEND
30
31
public
:
32
// virtual function thunks
33
// NOLINTBEGIN
34
35
// NOLINTEND
36
};
37
38
}
// namespace webrtc
webrtc::TaskQueueBase
Definition
TaskQueueBase.h:16
webrtc::TaskQueueFactory
Definition
TaskQueueFactory.h:13
webrtc::TaskQueueDeleter
Definition
TaskQueueDeleter.h:7
src
mc
external
webrtc
TaskQueueFactory.h
Generated on
for LeviLamina by
1.16.1