LeviLamina
Loading...
Searching...
No Matches
RepeatingTaskHandle.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/absl/AnyInvocable.h"
7#include "mc/external/webrtc/TaskQueueBase.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace webrtc { class Clock; }
12namespace webrtc { class Location; }
13namespace webrtc { class TaskQueueBase; }
14namespace webrtc { class TimeDelta; }
15// clang-format on
16
17namespace webrtc {
18
20public:
21 // prevent constructor by default
25
26public:
27 // member functions
28 // NOLINTBEGIN
29 MCNAPI bool Running() const;
30
31 MCNAPI void Stop();
32
33 MCNAPI ::webrtc::RepeatingTaskHandle& operator=(::webrtc::RepeatingTaskHandle&&);
34
36 // NOLINTEND
37
38public:
39 // static functions
40 // NOLINTBEGIN
41 MCNAPI static ::webrtc::RepeatingTaskHandle DelayedStart(
45 ::webrtc::TaskQueueBase::DelayPrecision,
48 );
49 // NOLINTEND
50
51public:
52 // destructor thunk
53 // NOLINTBEGIN
54 MCNAPI void $dtor();
55 // NOLINTEND
56};
57
58} // namespace webrtc
Definition AnyInvocable.h:8
Definition Clock.h:13
Definition Location.h:7
Definition RepeatingTaskHandle.h:19
MCAPI bool Running() const
static MCAPI ::webrtc::RepeatingTaskHandle DelayedStart(::webrtc::TaskQueueBase *, ::webrtc::TimeDelta, ::absl::AnyInvocable<::webrtc::TimeDelta()>, ::webrtc::TaskQueueBase::DelayPrecision, ::webrtc::Clock *, ::webrtc::Location const &)
MCAPI::webrtc::RepeatingTaskHandle & operator=(::webrtc::RepeatingTaskHandle &&)
Definition TaskQueueBase.h:16
Definition TimeDelta.h:10