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