|
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 () |
Public Member Functions inherited from aux | |
| aux () | |
| virtual | ~aux () |
Data Fields | |
| U * | p |
| Deleter | d |
Data Fields inherited from aux | |
| detail::count | count |
Implementation helper for the reference counting mechanism inside shared_ptr.
|
inline |
|
inlinevirtual |
Implements aux.
| Deleter d |
| U* p |
1.8.6