ViennaCL - The Vienna Computing Library  1.5.1
Public Member Functions | Data Fields
aux Struct Referenceabstract

Interface for the reference counter inside the shared_ptr. More...

#include <shared_ptr.hpp>

Inheritance diagram for aux:
auximpl< U, Deleter >

Public Member Functions

 aux ()
 
virtual void destroy ()=0
 
virtual ~aux ()
 

Data Fields

detail::count count
 

Detailed Description

Interface for the reference counter inside the shared_ptr.

Constructor & Destructor Documentation

aux ( )
inline
virtual ~aux ( )
inlinevirtual

Member Function Documentation

virtual void destroy ( )
pure virtual

Implemented in auximpl< U, Deleter >.

Field Documentation


The documentation for this struct was generated from the following file: