LeviLamina
Loading...
Searching...
No Matches
StunUInt32Attribute.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/cricket/StunAttribute.h"
7#include "mc/external/cricket/StunAttributeValueType.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace rtc { class ByteBufferReader; }
12namespace rtc { class ByteBufferWriter; }
13// clang-format on
14
15namespace cricket {
16
18public:
19 // member variables
20 // NOLINTBEGIN
22 // NOLINTEND
23
24public:
25 // prevent constructor by default
29
30public:
31 // virtual functions
32 // NOLINTBEGIN
33 // vIndex: 1
34 virtual ::cricket::StunAttributeValueType value_type() const /*override*/;
35
36 // vIndex: 3
37 virtual bool Read(::rtc::ByteBufferReader*) /*override*/;
38
39 // vIndex: 4
40 virtual bool Write(::rtc::ByteBufferWriter*) const /*override*/;
41
42 // vIndex: 0
43 virtual ~StunUInt32Attribute() /*override*/ = default;
44 // NOLINTEND
45
46public:
47 // member functions
48 // NOLINTBEGIN
49 MCAPI explicit StunUInt32Attribute(ushort);
50
51 MCAPI StunUInt32Attribute(ushort, uint);
52 // NOLINTEND
53
54public:
55 // constructor thunks
56 // NOLINTBEGIN
57 MCAPI void* $ctor(ushort);
58
59 MCAPI void* $ctor(ushort, uint);
60 // NOLINTEND
61
62public:
63 // destructor thunk
64 // NOLINTBEGIN
65
66 // NOLINTEND
67
68public:
69 // virtual function thunks
70 // NOLINTBEGIN
71
72 // NOLINTEND
73
74public:
75 // vftables
76 // NOLINTBEGIN
77 MCAPI static void** $vftable();
78 // NOLINTEND
79};
80
81} // namespace cricket
Definition StunAttribute.h:20
Definition StunUInt32Attribute.h:17
Definition ByteBufferReader.h:12
Definition ByteBufferWriter.h:11
Definition Read.h:6
Definition Write.h:6
Definition Alias.h:14