LeviLamina
Loading...
Searching...
No Matches
AlterationScopeHandler.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace Puv::internal { struct AlterationNode; }
8// clang-format on
9
10namespace Puv::internal {
11
12struct AlterationScopeHandler {
13public:
14 // member variables
15 // NOLINTBEGIN
18 // NOLINTEND
19
20public:
21 // prevent constructor by default
22 AlterationScopeHandler& operator=(AlterationScopeHandler const&);
23 AlterationScopeHandler(AlterationScopeHandler const&);
24 AlterationScopeHandler();
25
26public:
27 // member functions
28 // NOLINTBEGIN
30 // NOLINTEND
31
32public:
33 // constructor thunks
34 // NOLINTBEGIN
35 MCNAPI void* $ctor(::Puv::internal::AlterationNode const*& node, uint id);
36 // NOLINTEND
37};
38
39} // namespace Puv::internal
Definition AlterationNode.h:15
MCAPI AlterationScopeHandler(::Puv::internal::AlterationNode const *&node, uint id)
MCAPI void * $ctor(::Puv::internal::AlterationNode const *&node, uint id)
Definition Alias.h:14