LeviLamina
Loading...
Searching...
No Matches
RTCStats.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace webrtc { class Attribute; }
8// clang-format on
9
10namespace webrtc {
11
12class RTCStats {
13public:
14 // member variables
15 // NOLINTBEGIN
18 // NOLINTEND
19
20public:
21 // prevent constructor by default
22 RTCStats& operator=(RTCStats const&);
23 RTCStats();
24
25public:
26 // virtual functions
27 // NOLINTBEGIN
28 virtual ~RTCStats();
29
30 virtual ::std::unique_ptr<::webrtc::RTCStats> copy() const = 0;
31
32 virtual char const* type() const = 0;
33
34 virtual ::std::vector<::webrtc::Attribute> AttributesImpl(uint64 additional_capacity) const;
35 // NOLINTEND
36
37public:
38 // member functions
39 // NOLINTBEGIN
40 MCNAPI RTCStats(::webrtc::RTCStats const& other);
41
42 MCNAPI ::std::string ToJson() const;
43 // NOLINTEND
44
45public:
46 // constructor thunks
47 // NOLINTBEGIN
48 MCNAPI void* $ctor(::webrtc::RTCStats const& other);
49 // NOLINTEND
50
51public:
52 // destructor thunk
53 // NOLINTBEGIN
54 MCNAPI void $dtor();
55 // NOLINTEND
56
57public:
58 // virtual function thunks
59 // NOLINTBEGIN
60 MCNAPI ::std::vector<::webrtc::Attribute> $AttributesImpl(uint64 additional_capacity) const;
61
62
63 // NOLINTEND
64
65public:
66 // vftables
67 // NOLINTBEGIN
68 MCNAPI static void** $vftable();
69 // NOLINTEND
70};
71
72} // namespace webrtc
Definition Attribute.h:7
Definition RTCStats.h:12
MCAPI ::std::vector<::webrtc::Attribute > $AttributesImpl(uint64 additional_capacity) const
MCAPI::std::string ToJson() const
MCAPI void * $ctor(::webrtc::RTCStats const &other)
MCAPI RTCStats(::webrtc::RTCStats const &other)
MCAPI void $dtor()
static MCAPI void ** $vftable()
Definition Alias.h:14