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.
aux | ( | ) | [inline] |
virtual ~aux | ( | ) | [inline, virtual] |
virtual void destroy | ( | ) | [pure virtual] |
Implemented in auximpl< U, Deleter >.