CommonLibSSE (powerof3)
Loading...
Searching...
No Matches
GSysAllocBase.h
Go to the documentation of this file.
1#pragma once
2
3namespace RE
4{
6 {
7 public:
8 inline static constexpr auto RTTI = RTTI_GSysAllocBase;
9 inline static constexpr auto VTABLE = VTABLE_GSysAllocBase;
10
11 virtual ~GSysAllocBase() = default; // 00
12
13 // add
14 virtual bool InitHeapEngine([[maybe_unused]] const void* a_heapDesc) { return false; } // 01
15 virtual void ShutdownHeapEngine() { return; } // 02
16 };
17 static_assert(sizeof(GSysAllocBase) == 0x8);
18}
Definition GSysAllocBase.h:6
static constexpr auto VTABLE
Definition GSysAllocBase.h:9
virtual ~GSysAllocBase()=default
static constexpr auto RTTI
Definition GSysAllocBase.h:8
virtual void ShutdownHeapEngine()
Definition GSysAllocBase.h:15
virtual bool InitHeapEngine(const void *a_heapDesc)
Definition GSysAllocBase.h:14
Definition AbsorbEffect.h:6
constexpr std::array< REL::ID, 1 > VTABLE_GSysAllocBase
Definition Offsets_VTABLE.h:11711
constexpr REL::ID RTTI_GSysAllocBase(static_cast< std::uint64_t >(691049))