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