LeviLamina
Loading...
Searching...
No Matches
TurnMessage.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 virtual ::cricket::StunAttributeValueType GetAttributeValueType(int type) const /*override*/;
16
17 virtual ::cricket::StunMessage* CreateNew() const /*override*/;
18
19 virtual ~TurnMessage() /*override*/;
20 // NOLINTEND
21
22public:
23 // destructor thunk
24 // NOLINTBEGIN
25 MCNAPI void $dtor();
26 // NOLINTEND
27
28public:
29 // virtual function thunks
30 // NOLINTBEGIN
31 MCNAPI ::cricket::StunAttributeValueType $GetAttributeValueType(int type) const;
32
33 MCNAPI ::cricket::StunMessage* $CreateNew() const;
34
35
36 // NOLINTEND
37
38public:
39 // vftables
40 // NOLINTBEGIN
41 MCNAPI static void** $vftable();
42 // NOLINTEND
43};
44
45} // namespace cricket
Definition StunMessage.h:23
Definition TurnMessage.h:11
MCAPI::cricket::StunAttributeValueType $GetAttributeValueType(int type) const
MCAPI void $dtor()
static MCAPI void ** $vftable()
MCAPI::cricket::StunMessage * $CreateNew() const