LeviLamina
Loading...
Searching...
No Matches
CodeScreenCapabilities.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/config/TypedScreenCapabilities.h"
7
8struct CodeScreenCapabilities : public ::TypedScreenCapabilities<::CodeScreenCapabilities> {
9public:
10 // member variables
11 // NOLINTBEGIN
15 // NOLINTEND
16
17public:
18 // prevent constructor by default
19 CodeScreenCapabilities& operator=(CodeScreenCapabilities const&);
20 CodeScreenCapabilities(CodeScreenCapabilities const&);
21 CodeScreenCapabilities();
22
23public:
24 // virtual functions
25 // NOLINTBEGIN
26 virtual ~CodeScreenCapabilities() /*override*/;
27 // NOLINTEND
28
29public:
30 // destructor thunk
31 // NOLINTBEGIN
32 MCNAPI void $dtor();
33 // NOLINTEND
34
35public:
36 // vftables
37 // NOLINTBEGIN
38 MCNAPI static void** $vftable();
39 // NOLINTEND
40};
Definition TypedScreenCapabilities.h:6
static MCAPI void ** $vftable()
Definition Alias.h:14