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
18 class Flag : public ::webrtc::RefCountInterface {
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 Flag();
31
32 public:
33 // virtual functions
34 // NOLINTBEGIN
35 virtual ~Flag() /*override*/ = default;
36 // NOLINTEND
37 };
38
39public:
40 // member variables
41 // NOLINTBEGIN
43 // NOLINTEND
44
45public:
46 // prevent constructor by default
47 WeakReference& operator=(WeakReference const&);
48
49public:
50 // member functions
51 // NOLINTBEGIN
52 MCNAPI WeakReference();
53
55
57
58 MCNAPI bool is_valid() const;
59
61 // NOLINTEND
62
63public:
64 // constructor thunks
65 // NOLINTBEGIN
66 MCNAPI void* $ctor();
67
69
71 // NOLINTEND
72
73public:
74 // destructor thunk
75 // NOLINTBEGIN
76 MCNAPI void $dtor();
77 // NOLINTEND
78};
79
80} // namespace rtc::internal
Definition WeakReference.h:18
Definition WeakReference.h:10
MCAPI void * $ctor(::rtc::internal::WeakReference const &)
MCAPI WeakReference(::rtc::internal::WeakReference &&)
MCAPI WeakReference(::rtc::internal::WeakReference const &)
MCAPI void * $ctor(::rtc::internal::WeakReference &&)
MCAPI bool is_valid() const
Definition RefCountInterface.h:10
Definition Alias.h:14