GNU Radio 3.5.1 C++ API
|
shared_ptr documentation stub More...
#include <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 |