LeviLamina
Loading...
Searching...
No Matches
MappedPorts.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5struct MappedPorts {
6public:
7 // member variables
8 // NOLINTBEGIN
11 // NOLINTEND
12
13public:
14 // prevent constructor by default
15 MappedPorts& operator=(MappedPorts const&);
17
18public:
19 // member functions
20 // NOLINTBEGIN
21 MCNAPI MappedPorts();
22 // NOLINTEND
23
24public:
25 // constructor thunks
26 // NOLINTBEGIN
27 MCNAPI void* $ctor();
28 // NOLINTEND
29};
Definition MappedPorts.h:5
MCAPI void * $ctor()
MCAPI MappedPorts()
Definition Alias.h:14