ViennaCL - The Vienna Computing Library
1.5.1
|
Implementation helper for the reference counting mechanism inside shared_ptr. More...
#include <shared_ptr.hpp>
Public Member Functions | |
auximpl (U *pu, Deleter x) | |
virtual void | destroy () |
![]() | |
aux () | |
virtual | ~aux () |
Data Fields | |
U * | p |
Deleter | d |
![]() | |
detail::count | count |
Implementation helper for the reference counting mechanism inside shared_ptr.
|
inline |
|
inlinevirtual |
Implements aux.
Deleter d |
U* p |