Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

cppdom_boost::detail::shared_deleter< T > Struct Template Reference

#include <shared_ptr.h>

List of all members.

Static Public Methods

void del (T *p)

template<typename T>
struct cppdom_boost::detail::shared_deleter< T >


Member Function Documentation

template<typename T>
void cppdom_boost::detail::shared_deleter< T >::del T *    p [inline, static]
 

Definition at line 85 of file shared_ptr.h.

References cppdom_boost::checked_delete().

00086    {
00087       checked_delete(p);
00088    }


The documentation for this struct was generated from the following file:
Generated on Thu Jan 2 21:29:23 2003 for cppdom by doxygen1.2.15