LeviLamina
Loading...
Searching...
No Matches
EnvironmentRequirement.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
8// clang-format on
9
10struct EnvironmentRequirement {
11public:
12 // member variables
13 // NOLINTBEGIN
17 // NOLINTEND
18
19public:
20 // prevent constructor by default
21 EnvironmentRequirement& operator=(EnvironmentRequirement const&);
22 EnvironmentRequirement(EnvironmentRequirement const&);
23 EnvironmentRequirement();
24
25public:
26 // member functions
27 // NOLINTBEGIN
28 MCAPI void addBlockDescriptor(::BlockDescriptor const& blockDescriptor);
29
30 MCAPI ~EnvironmentRequirement();
31 // NOLINTEND
32
33public:
34 // destructor thunk
35 // NOLINTBEGIN
36 MCFOLD void $dtor();
37 // NOLINTEND
38};
Definition BlockDescriptor.h:20
Definition Alias.h:14