CommonLibSSE NG
Loading...
Searching...
No Matches
GRefCountBaseStatImpl.h
Go to the documentation of this file.
1#pragma once
2
3#include "RE/G/GMemory.h"
4
5#define GFC_REFCOUNTALLOC_CHECK_DELETE(class_name, p)
6
7namespace RE
8{
9 // Adds new/delete overrides
10 // Base must be one of RefCountImpl classes
11 template <class Base, std::uint32_t StatType>
12 class GRefCountBaseStatImpl : public Base
13 {
14 public:
16 };
17}
#define GFC_REFCOUNTALLOC_CHECK_DELETE(class_name, p)
Definition GRefCountBaseStatImpl.h:5
Definition GRefCountBaseStatImpl.h:13
GFC_MEMORY_REDEFINE_NEW_IMPL(Base, GFC_REFCOUNTALLOC_CHECK_DELETE, StatType)
Definition AbsorbEffect.h:6