LeviLamina
Loading...
Searching...
No Matches
GeometryPtr.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
10 // NOLINTEND
11
12public:
13 // prevent constructor by default
14 GeometryPtr& operator=(GeometryPtr const&);
17
18public:
19 // virtual functions
20 // NOLINTBEGIN
21 // vIndex: 0
22 virtual ~GeometryPtr() = default;
23 // NOLINTEND
24
25public:
26 // destructor thunk
27 // NOLINTBEGIN
28
29 // NOLINTEND
30};
Definition GeometryPtr.h:5
Definition Alias.h:14