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 MCNAPI void CopyBytes(::std::string_view);
50
51 MCNAPI void CopyBytes(void const*, uint64);
52
53 MCNAPI void SetBytes(uchar*, uint64);
54
55 MCNAPI explicit StunByteStringAttribute(ushort);
56
57 MCNAPI StunByteStringAttribute(ushort, ::std::string_view);
58
59 MCNAPI StunByteStringAttribute(ushort, ushort);
60
61 MCNAPI StunByteStringAttribute(ushort, void const*, uint64);
62 // NOLINTEND
63
64public:
65 // constructor thunks
66 // NOLINTBEGIN
67 MCNAPI void* $ctor(ushort);
68
69 MCNAPI void* $ctor(ushort, ::std::string_view);
70
71 MCNAPI void* $ctor(ushort, ushort);
72
73 MCNAPI void* $ctor(ushort, void const*, uint64);
74 // NOLINTEND
75
76public:
77 // virtual function thunks
78 // NOLINTBEGIN
79
80 // NOLINTEND
81
82public:
83 // vftables
84 // NOLINTBEGIN
85 MCNAPI static void** $vftable();
86 // NOLINTEND
87};
88
89} // namespace cricket
Definition StunAttribute.h:20
Definition StunByteStringAttribute.h:17
MCAPI void * $ctor(ushort)
MCAPI void * $ctor(ushort, void const *, uint64)
MCAPI StunByteStringAttribute(ushort, ::std::string_view)
static MCAPI void ** $vftable()
MCAPI StunByteStringAttribute(ushort, ushort)
MCAPI void SetBytes(uchar *, uint64)
MCAPI void CopyBytes(::std::string_view)
MCAPI void CopyBytes(void const *, uint64)
MCAPI StunByteStringAttribute(ushort, void const *, uint64)
MCAPI void * $ctor(ushort, ::std::string_view)
MCAPI void * $ctor(ushort, ushort)
Definition ByteBufferReader.h:12
Definition ByteBufferWriter.h:11
Definition Read.h:6
Definition Write.h:6
Definition Alias.h:14