LeviLamina
Loading...
Searching...
No Matches
StunUInt16ListAttribute.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 ~StunUInt16ListAttribute() /*override*/;
35
36 // vIndex: 1
37 virtual ::cricket::StunAttributeValueType value_type() const /*override*/;
38
39 // vIndex: 3
40 virtual bool Read(::rtc::ByteBufferReader* buf) /*override*/;
41
42 // vIndex: 4
43 virtual bool Write(::rtc::ByteBufferWriter* buf) const /*override*/;
44 // NOLINTEND
45
46public:
47 // member functions
48 // NOLINTBEGIN
49 MCNAPI void AddType(ushort value);
50
51 MCNAPI void AddTypeAtIndex(ushort index, ushort value);
52
53 MCNAPI ushort GetType(int index) const;
54
55 MCNAPI uint64 Size() const;
56
57 MCNAPI StunUInt16ListAttribute(ushort type, ushort length);
58 // NOLINTEND
59
60public:
61 // constructor thunks
62 // NOLINTBEGIN
63 MCNAPI void* $ctor(ushort type, ushort length);
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 ::cricket::StunAttributeValueType $value_type() const;
76
77 MCNAPI bool $Read(::rtc::ByteBufferReader* buf);
78
79 MCNAPI bool $Write(::rtc::ByteBufferWriter* buf) const;
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 StunUInt16ListAttribute.h:17
MCAPI void AddTypeAtIndex(ushort index, ushort value)
MCAPI void * $ctor(ushort type, ushort length)
MCAPI StunUInt16ListAttribute(ushort type, ushort length)
MCAPI ushort GetType(int index) const
MCAPI::cricket::StunAttributeValueType $value_type() const
MCAPI void AddType(ushort value)
MCAPI bool $Read(::rtc::ByteBufferReader *buf)
MCAPI bool $Write(::rtc::ByteBufferWriter *buf) const
static MCAPI void ** $vftable()
Definition ByteBufferReader.h:12
Definition ByteBufferWriter.h:11
Definition Read.h:6
Definition Write.h:6
Definition Alias.h:14