libER 0.1.4.2
ELDEN RING API library
|
Additional Inherited Members | |
![]() | |
virtual void | deleter () |
The deleter method to call when reference count reaches zero. | |
int | count () const noexcept |
Get number of references to object. | |
void | ref () noexcept |
Increment the object's reference count. | |
void | unref () |
Unreference object; there cannot be more ref() calls than unref() calls. | |
![]() | |
DLReferenceCountObject () noexcept=default | |
Protected DLReferenceCountObject constructor. | |