LeviLamina
Loading...
Searching...
No Matches
MeshContext.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace mce {
6
8public:
9 // member variables
10 // NOLINTBEGIN
31 // NOLINTEND
32
33public:
34 // prevent constructor by default
35 MeshContext& operator=(MeshContext const&);
38
39public:
40 // member functions
41 // NOLINTBEGIN
42 MCNAPI ~MeshContext();
43 // NOLINTEND
44
45public:
46 // destructor thunk
47 // NOLINTBEGIN
48 MCNAPI void $dtor();
49 // NOLINTEND
50};
51
52} // namespace mce
Definition MeshContext.h:7
MCAPI void $dtor()
MCAPI ~MeshContext()
Definition Alias.h:14