Interface for the reference counter inside the shared_ptr. More...
#include <shared_ptr.hpp>
Public Member Functions | |
aux () | |
virtual void | destroy ()=0 |
virtual | ~aux () |
Public Attributes | |
detail::count | count |
Interface for the reference counter inside the shared_ptr.
Definition at line 52 of file shared_ptr.hpp.
|
inline |
Definition at line 56 of file shared_ptr.hpp.
|
inlinevirtual |
Definition at line 58 of file shared_ptr.hpp.
|
pure virtual |
Implemented in viennacl::tools::detail::auximpl< U, Deleter >.
detail::count viennacl::tools::detail::aux::count |
Definition at line 54 of file shared_ptr.hpp.