LeviLamina
Loading...
Searching...
No Matches
IceMessage.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/cricket/StunAttributeValueType.h"
7#include "mc/external/cricket/StunMessage.h"
8
9namespace cricket {
10
12public:
13 // virtual functions
14 // NOLINTBEGIN
15 // vIndex: 2
16 virtual ::cricket::StunAttributeValueType GetAttributeValueType(int) const /*override*/;
17
18 // vIndex: 1
19 virtual ::cricket::StunMessage* CreateNew() const /*override*/;
20
21 // vIndex: 0
22 virtual ~IceMessage() /*override*/ = default;
23 // NOLINTEND
24
25public:
26 // destructor thunk
27 // NOLINTBEGIN
28
29 // NOLINTEND
30
31public:
32 // virtual function thunks
33 // NOLINTBEGIN
34
35 // NOLINTEND
36
37public:
38 // vftables
39 // NOLINTBEGIN
40 MCAPI static void** $vftable();
41 // NOLINTEND
42};
43
44} // namespace cricket
Definition IceMessage.h:11
Definition StunMessage.h:23