ViennaCL - The Vienna Computing Library
1.5.2
|
Interface for the reference counter inside the shared_ptr. More...
#include <shared_ptr.hpp>
Public Member Functions | |
aux () | |
virtual void | destroy ()=0 |
virtual | ~aux () |
Data Fields | |
detail::count | count |
Interface for the reference counter inside the shared_ptr.
|
inline |
|
inlinevirtual |
|
pure virtual |
Implemented in auximpl< U, Deleter >.