|
ViennaCL - The Vienna Computing Library
1.5.1
|
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 >.
1.7.6.1