CommonLibSSE (Parapets fork)
GRefCountBase.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "RE/G/GMemory.h"
5 #include "RE/G/GRefCountImpl.h"
6 
7 namespace 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: GRefCountBaseStatImpl.h:13
Definition: GRefCountBase.h:12
@ kStatType
Definition: GRefCountBase.h:16
Definition: AbsorbEffect.h:6