LeviLamina
Loading...
Searching...
No Matches
hc_websocket_impl.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace xbox::httpclient {
6
8public:
9 // virtual functions
10 // NOLINTBEGIN
11 // vIndex: 0
12 virtual ~hc_websocket_impl();
13 // NOLINTEND
14
15public:
16 // destructor thunk
17 // NOLINTBEGIN
18 MCNAPI void $dtor();
19 // NOLINTEND
20
21public:
22 // vftables
23 // NOLINTBEGIN
24 MCNAPI static void** $vftable();
25 // NOLINTEND
26};
27
28} // namespace xbox::httpclient
Definition hc_websocket_impl.h:7
static MCAPI void ** $vftable()