base refcount class
More...
#include <RefCountedObject.h>
template<typename allocatorT>
class etiss::RefCountedObject< allocatorT >
base refcount class
Definition at line 70 of file RefCountedObject.h.
◆ refcount_allocatorT
template<typename allocatorT >
◆ RefCountedObject() [1/3]
template<typename allocatorT >
◆ RefCountedObject() [2/3]
template<typename allocatorT >
◆ RefCountedObject() [3/3]
template<typename allocatorT >
◆ ~RefCountedObject()
template<typename allocatorT >
◆ helper_allocator_ptr_ref
template<typename allocatorT >
template<typename T_ , typename allocatorT_ >
std::enable_if<std::is_base_of<etiss::RefCountedObject<allocatorT_>, T_>::value, allocatorT_ *&>::type helper_allocator_ptr_ref |
( |
T_ * |
ptr | ) |
|
|
friend |
◆ helper_decRef
template<typename allocatorT >
template<typename T_ , typename allocatorT_ >
◆ helper_incRef
template<typename allocatorT >
template<typename T_ , typename allocatorT_ >
std::enable_if<std::is_base_of<etiss::RefCountedObject<allocatorT_>, T_>::value, void>::type helper_incRef |
( |
T_ * |
ptr | ) |
|
|
friend |
◆ allocator
template<typename allocatorT >
◆ refcount
template<typename allocatorT >
The documentation for this class was generated from the following file: