Implementation helper for the reference counting mechanism inside shared_ptr.
More...
#include <shared_ptr.hpp>
Public Member Functions |
| auximpl (U *pu, Deleter x) |
virtual void | destroy () |
Data Fields |
U * | p |
Deleter | d |
Detailed Description
template<class U, class Deleter>
struct viennacl::tools::detail::auximpl< U, Deleter >
Implementation helper for the reference counting mechanism inside shared_ptr.
Constructor & Destructor Documentation
auximpl |
( |
U * |
pu, |
|
|
Deleter |
x |
|
) |
| [inline] |
Member Function Documentation
virtual void destroy |
( |
| ) |
[inline, virtual] |
Field Documentation
The documentation for this struct was generated from the following file: