LeviLamina
Loading...
Searching...
No Matches
StunByteStringAttribute.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: 0
34 virtual ~StunByteStringAttribute() /*override*/ = default;
35
36 // vIndex: 1
37 virtual ::cricket::StunAttributeValueType value_type() const /*override*/;
38
39 // vIndex: 3
40 virtual bool Read(::rtc::ByteBufferReader*) /*override*/;
41
42 // vIndex: 4
43 virtual bool Write(::rtc::ByteBufferWriter*) const /*override*/;
44 // NOLINTEND
45
46public:
47 // member functions
48 // NOLINTBEGIN
49 MCAPI void CopyBytes(::std::string_view);
50
51 MCAPI void CopyBytes(void const*, uint64);
52
53 MCAPI void SetBytes(uchar*, uint64);
54
55 MCAPI explicit StunByteStringAttribute(ushort);
56
57 MCAPI StunByteStringAttribute(ushort, ::std::string_view);
58
59 MCAPI StunByteStringAttribute(ushort, ushort);
60
61 MCAPI StunByteStringAttribute(ushort, void const*, uint64);
62 // NOLINTEND
63
64public:
65 // constructor thunks
66 // NOLINTBEGIN
67 MCAPI void* $ctor(ushort);
68
69 MCAPI void* $ctor(ushort, ::std::string_view);
70
71 MCAPI void* $ctor(ushort, ushort);
72
73 MCAPI void* $ctor(ushort, void const*, uint64);
74 // NOLINTEND
75
76public:
77 // destructor thunk
78 // NOLINTBEGIN
79
80 // NOLINTEND
81
82public:
83 // virtual function thunks
84 // NOLINTBEGIN
85
86 // NOLINTEND
87
88public:
89 // vftables
90 // NOLINTBEGIN
91 MCAPI static void** $vftable();
92 // NOLINTEND
93};
94
95} // namespace cricket
Definition StunAttribute.h:20
Definition StunByteStringAttribute.h:17
Definition ByteBufferReader.h:12
Definition ByteBufferWriter.h:11
Definition Read.h:6
Definition Write.h:6
Definition Alias.h:14