CommonLibSSE NG
GRefCountBaseNTS.h
Go to the documentation of this file.
1 #pragma once
2 
5 
6 namespace RE
7 {
8  template <class C, std::uint32_t Stat>
9  class GRefCountBaseNTS : public GRefCountBaseStatImpl<GRefCountNTSImpl, Stat>
10  {
11  public:
12  enum
13  {
14  kStatType = Stat
15  };
16 
17  GRefCountBaseNTS() = default;
18  };
19 }
Definition: GRefCountBaseNTS.h:10
GRefCountBaseNTS()=default
@ kStatType
Definition: GRefCountBaseNTS.h:14
Definition: GRefCountBaseStatImpl.h:13
Definition: AbsorbEffect.h:6