CommonLibSSE (powerof3)
Loading...
Searching...
No Matches
GRefCountImpl.h
Go to the documentation of this file.
1#pragma once
2
4
5namespace RE
6{
8 {
9 public:
10 inline static constexpr auto RTTI = RTTI_GRefCountImpl;
11 inline static constexpr auto VTABLE = VTABLE_GRefCountImpl;
12
13 ~GRefCountImpl() override = default; // 00
14
15 void AddRef();
16 void Release();
17 };
18 static_assert(sizeof(GRefCountImpl) == 0x10);
19}
Definition GRefCountImplCore.h:6
Definition GRefCountImpl.h:8
static constexpr auto VTABLE
Definition GRefCountImpl.h:11
~GRefCountImpl() override=default
static constexpr auto RTTI
Definition GRefCountImpl.h:10
Definition AbsorbEffect.h:6
constexpr REL::ID RTTI_GRefCountImpl(static_cast< std::uint64_t >(686407))
constexpr std::array< REL::ID, 1 > VTABLE_GRefCountImpl
Definition Offsets_VTABLE.h:11709