Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Class Members | File Members

boost::shared_ptr< T > Class Template Reference

#include <shared_ptr_docstub.h>

Collaboration diagram for boost::shared_ptr< T >:

Collaboration graph
[legend]
List of all members.

Detailed Description

template<class T>
class boost::shared_ptr< T >

shared_ptr documentation stub

Warning:
This isn't the real shared_ptr template. It's just enough to get doxygen to draw pretty collaboration diagrams.
An enhanced relative of scoped_ptr with reference counted copy semantics. The object pointed to is deleted when the last shared_ptr pointing to it is destroyed or reset.


Public Attributes

T * px


Member Data Documentation

template<class T>
T* boost::shared_ptr< T >::px
 


The documentation for this class was generated from the following file:
Generated on Sat Jul 8 17:15:06 2006 for GNU Radio 2.x by  doxygen 1.4.1