LeviLamina
Loading...
Searching...
No Matches
WeakReference.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/webrtc/RefCountInterface.h"
7
8namespace rtc::internal {
9
11public:
12 // WeakReference inner types declare
13 // clang-format off
14 class Flag;
15 // clang-format on
16
17 // WeakReference inner types define
19 public:
20 // member variables
21 // NOLINTBEGIN
24 // NOLINTEND
25
26 public:
27 // prevent constructor by default
28 Flag& operator=(Flag const&);
29 Flag(Flag const&);
30
31 public:
32 // virtual functions
33 // NOLINTBEGIN
34 // vIndex: 2
35 virtual ~Flag() /*override*/ = default;
36 // NOLINTEND
37
38 public:
39 // member functions
40 // NOLINTBEGIN
41 MCAPI Flag();
42
43 MCAPI void Invalidate();
44
45 MCAPI bool IsValid() const;
46 // NOLINTEND
47
48 public:
49 // constructor thunks
50 // NOLINTBEGIN
51 MCAPI void* $ctor();
52 // NOLINTEND
53
54 public:
55 // destructor thunk
56 // NOLINTBEGIN
57
58 // NOLINTEND
59
60 public:
61 // vftables
62 // NOLINTBEGIN
63 MCAPI static void** $vftable();
64 // NOLINTEND
65 };
66
67public:
68 // member variables
69 // NOLINTBEGIN
71 // NOLINTEND
72
73public:
74 // prevent constructor by default
75 WeakReference& operator=(WeakReference const&);
76
77public:
78 // member functions
79 // NOLINTBEGIN
80 MCAPI WeakReference();
81
83
85
87
88 MCAPI bool is_valid() const;
89
90 MCAPI ~WeakReference();
91 // NOLINTEND
92
93public:
94 // constructor thunks
95 // NOLINTBEGIN
96 MCAPI void* $ctor();
97
98 MCAPI void* $ctor(::rtc::internal::WeakReference::Flag const*);
99
100 MCAPI void* $ctor(::rtc::internal::WeakReference&&);
101
102 MCAPI void* $ctor(::rtc::internal::WeakReference const&);
103 // NOLINTEND
104
105public:
106 // destructor thunk
107 // NOLINTBEGIN
108 MCAPI void $dtor();
109 // NOLINTEND
110};
111
112} // namespace rtc::internal
Definition WeakReference.h:18
Definition WeakReference.h:10
Definition RefCountInterface.h:10
Definition Alias.h:14