LeviLamina
Loading...
Searching...
No Matches
StunAddressAttribute.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; }
13namespace rtc { class SocketAddress; }
14// clang-format on
15
16namespace cricket {
17
19public:
20 // member variables
21 // NOLINTBEGIN
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
30
31public:
32 // virtual functions
33 // NOLINTBEGIN
34 // vIndex: 1
35 virtual ::cricket::StunAttributeValueType value_type() const /*override*/;
36
37 // vIndex: 3
38 virtual bool Read(::rtc::ByteBufferReader*) /*override*/;
39
40 // vIndex: 4
41 virtual bool Write(::rtc::ByteBufferWriter*) const /*override*/;
42
43 // vIndex: 0
44 virtual ~StunAddressAttribute() /*override*/ = default;
45 // NOLINTEND
46
47public:
48 // member functions
49 // NOLINTBEGIN
50 MCAPI void SetAddress(::rtc::SocketAddress const&);
51
52 MCAPI StunAddressAttribute(ushort, ::rtc::SocketAddress const&);
53
54 MCAPI StunAddressAttribute(ushort, ushort);
55 // NOLINTEND
56
57public:
58 // constructor thunks
59 // NOLINTBEGIN
60 MCAPI void* $ctor(ushort, ::rtc::SocketAddress const&);
61
62 MCAPI void* $ctor(ushort, ushort);
63 // NOLINTEND
64
65public:
66 // destructor thunk
67 // NOLINTBEGIN
68
69 // NOLINTEND
70
71public:
72 // virtual function thunks
73 // NOLINTBEGIN
74
75 // NOLINTEND
76
77public:
78 // vftables
79 // NOLINTBEGIN
80 MCAPI static void** $vftable();
81 // NOLINTEND
82};
83
84} // namespace cricket
Definition StunAddressAttribute.h:18
Definition StunAttribute.h:20
Definition ByteBufferReader.h:12
Definition ByteBufferWriter.h:11
Definition SocketAddress.h:12
Definition Read.h:6
Definition Write.h:6
Definition Alias.h:14