std::_Sp_counted_deleter< _Ptr, _Deleter, _Alloc, _Lp > Class Template Reference

Inheritance diagram for std::_Sp_counted_deleter< _Ptr, _Deleter, _Alloc, _Lp >:

Inheritance graph
List of all members.

Detailed Description

template<typename _Ptr, typename _Deleter, typename _Alloc, _Lock_policy _Lp>
class std::_Sp_counted_deleter< _Ptr, _Deleter, _Alloc, _Lp >

Definition at line 95 of file bits/boost_sp_shared_count.h.

Public Member Functions

Protected Types

Protected Attributes


Constructor & Destructor Documentation

template<typename _Ptr, typename _Deleter, typename _Alloc, _Lock_policy _Lp>
std::_Sp_counted_deleter< _Ptr, _Deleter, _Alloc, _Lp >::_Sp_counted_deleter ( _Ptr  __p,
_Deleter  __d 
) [inline]

Precondition:
__d(__p) must not throw.

Definition at line 120 of file bits/boost_sp_shared_count.h.

template<typename _Ptr, typename _Deleter, typename _Alloc, _Lock_policy _Lp>
std::_Sp_counted_deleter< _Ptr, _Deleter, _Alloc, _Lp >::_Sp_counted_deleter ( _Ptr  __p,
_Deleter  __d,
const _Alloc &  __a 
) [inline]

Precondition:
__d(__p) must not throw.

Definition at line 127 of file bits/boost_sp_shared_count.h.


The documentation for this class was generated from the following file:
Generated on Wed Mar 26 00:44:27 2008 for libstdc++ by  doxygen 1.5.1