shared_ptr documentation stub More...
#include </home/trondeau/code/gnuradio/gnuradio/docs/doxygen/other/shared_ptr_docstub.h>
Public Attributes | |
T * | px |
shared_ptr documentation stub
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.
T* boost::shared_ptr< T >::px |