CommonLibSSE NG
|
#include <GRefCountImplCore.h>
Public Member Functions | |
virtual | ~GRefCountImplCore ()=default |
constexpr std::uint32_t | GetRefCount () const noexcept |
Static Public Member Functions | |
static void | CheckInvalidDelete (GRefCountImplCore *) |
Static Public Attributes | |
static constexpr auto | RTTI = RTTI_GRefCountImplCore |
Protected Attributes | |
volatile std::uint32_t | _refCount { 1 } |
std::uint32_t | _pad0C { 0 } |
|
virtualdefault |
|
inlinestatic |
|
inlineconstexprnoexcept |
|
protected |
|
protected |
|
inlinestaticconstexpr |