CommonLibSSE NG
Loading...
Searching...
No Matches
GRefCountBase.h
Go to the documentation of this file.
1#pragma once
2
3#include "RE/G/GMemory.h"
6
7namespace RE
8{
9 // Overrides new/delete operators to use MemoryHeap
10 template <class T, std::uint32_t STAT>
11 class GRefCountBase : public GRefCountBaseStatImpl<GRefCountImpl, STAT>
12 {
13 public:
14 enum
15 {
16 kStatType = STAT
17 };
18 };
19}
Definition GRefCountBase.h:12
@ kStatType
Definition GRefCountBase.h:16
Definition GRefCountBaseStatImpl.h:13
Definition AbsorbEffect.h:6