CommonLibSSE NG
|
#include <BSHandleRefObject.h>
Public Types | |
enum | { kRefCountMask = 0x3FF , kHandleValid = 1 << 10 } |
Public Member Functions | |
~BSHandleRefObject () override | |
void | DecRefCount () |
void | IncRefCount () |
bool | IsHandleValid () const |
std::uint32_t | QRefCount () const |
Public Member Functions inherited from RE::NiRefObject | |
NiRefObject () | |
virtual | ~NiRefObject () |
virtual void | DeleteThis () |
void | IncRefCount () |
void | DecRefCount () |
constexpr std::uint32_t | GetRefCount () const noexcept |
TES_HEAP_REDEFINE_NEW () | |
Static Public Attributes | |
static constexpr auto | RTTI = RTTI_BSHandleRefObject |
Static Public Attributes inherited from RE::NiRefObject | |
static constexpr auto | RTTI = RTTI_NiRefObject |
Additional Inherited Members | |
Static Public Member Functions inherited from RE::NiRefObject | |
static volatile std::uint32_t * | GetTotalObjectCount () |
Public Attributes inherited from RE::NiRefObject | |
volatile std::uint32_t | _refCount { 0 } |
std::uint32_t | _pad0C { 0 } |
|
override |
void RE::BSHandleRefObject::DecRefCount | ( | ) |
void RE::BSHandleRefObject::IncRefCount | ( | ) |
bool RE::BSHandleRefObject::IsHandleValid | ( | ) | const |
std::uint32_t RE::BSHandleRefObject::QRefCount | ( | ) | const |
|
inlinestaticconstexpr |