LeviLamina
Loading...
Searching...
No Matches
StunUInt64Attribute.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 ~StunUInt64Attribute() /*override*/ = default;
44 // NOLINTEND
45
46public:
47 // member functions
48 // NOLINTBEGIN
49 MCNAPI explicit StunUInt64Attribute(ushort);
50
51 MCNAPI StunUInt64Attribute(ushort, uint64);
52 // NOLINTEND
53
54public:
55 // constructor thunks
56 // NOLINTBEGIN
57 MCNAPI void* $ctor(ushort);
58
59 MCNAPI void* $ctor(ushort, uint64);
60 // NOLINTEND
61
62public:
63 // virtual function thunks
64 // NOLINTBEGIN
65
66 // NOLINTEND
67
68public:
69 // vftables
70 // NOLINTBEGIN
71 MCNAPI static void** $vftable();
72 // NOLINTEND
73};
74
75} // namespace cricket
Definition StunAttribute.h:20
Definition StunUInt64Attribute.h:17
MCAPI StunUInt64Attribute(ushort)
MCAPI StunUInt64Attribute(ushort, uint64)
static MCAPI void ** $vftable()
MCAPI void * $ctor(ushort, uint64)
MCAPI void * $ctor(ushort)
Definition ByteBufferReader.h:12
Definition ByteBufferWriter.h:11
Definition Read.h:6
Definition Write.h:6
Definition Alias.h:14