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
17public:
18 // member variables
19 // NOLINTBEGIN
24 // NOLINTEND
25
26public:
27 // prevent constructor by default
31
32public:
33 // virtual functions
34 // NOLINTBEGIN
35 // vIndex: 3
36 virtual ::std::vector<::webrtc::Attribute> AttributesImpl(uint64 additional_capacity) const /*override*/;
37
38 // vIndex: 1
39 virtual ::std::unique_ptr<::webrtc::RTCStats> copy() const /*override*/;
40
41 // vIndex: 2
42 virtual char const* type() const /*override*/;
43
44 // vIndex: 0
45 virtual ~RTCCertificateStats() /*override*/;
46 // NOLINTEND
47
48public:
49 // member functions
50 // NOLINTBEGIN
51 MCNAPI RTCCertificateStats(::std::string id, ::webrtc::Timestamp timestamp);
52 // NOLINTEND
53
54public:
55 // static variables
56 // NOLINTBEGIN
57 MCNAPI static ::std::add_lvalue_reference_t<char const[]> kType();
58 // NOLINTEND
59
60public:
61 // constructor thunks
62 // NOLINTBEGIN
63 MCNAPI void* $ctor(::std::string id, ::webrtc::Timestamp timestamp);
64 // NOLINTEND
65
66public:
67 // destructor thunk
68 // NOLINTBEGIN
69 MCNAPI void $dtor();
70 // NOLINTEND
71
72public:
73 // virtual function thunks
74 // NOLINTBEGIN
75 MCNAPI ::std::vector<::webrtc::Attribute> $AttributesImpl(uint64 additional_capacity) const;
76
77 MCNAPI ::std::unique_ptr<::webrtc::RTCStats> $copy() const;
78
79 MCNAPI char const* $type() const;
80 // NOLINTEND
81
82public:
83 // vftables
84 // NOLINTBEGIN
85 MCNAPI static void** $vftable();
86 // NOLINTEND
87};
88
89} // namespace webrtc
Definition Attribute.h:9
Definition RTCCertificateStats.h:16
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:10
Definition Alias.h:14