![]() |
PandA-2024.02
|
Public Member Functions | |
| Ref (T *p) | |
| template<class null_deleter > | |
| Ref (T *p, null_deleter &d) | |
| ~Ref () | |
| Ref * | increment () |
| bool | decrement () |
Data Fields | |
| T *const | ptr |
| unsigned int | count: 31 |
| unsigned int | deleter: 1 |
Definition at line 98 of file refcount.hpp.
|
inline |
Definition at line 104 of file refcount.hpp.
|
inline |
Definition at line 108 of file refcount.hpp.
|
inline |
Definition at line 111 of file refcount.hpp.
Definition at line 121 of file refcount.hpp.
Definition at line 116 of file refcount.hpp.
Referenced by refcount< structural_manager >::operator=().

| unsigned int refcount< T >::Ref::count |
Definition at line 101 of file refcount.hpp.
| unsigned int refcount< T >::Ref::deleter |
Definition at line 102 of file refcount.hpp.
| T* const refcount< T >::Ref::ptr |
Definition at line 100 of file refcount.hpp.
1.8.13