GNU Radio Manual and C++ API Reference
3.7.4
The Free & Open Software Radio Ecosystem
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
shared_ptr_docstub.h
Go to the documentation of this file.
1
namespace
boost
2
{
3
/*!
4
* \brief shared_ptr documentation stub
5
*
6
* \warning
7
* This isn't the real shared_ptr template. It's just enough to get doxygen
8
* to draw pretty collaboration diagrams.
9
*
10
* An enhanced relative of scoped_ptr with reference counted copy semantics.
11
* The object pointed to is deleted when the last shared_ptr pointing to it
12
* is destroyed or reset.
13
*/
14
15
template
<
class
T>
class
shared_ptr
16
{
17
public
:
18
19
T *
px
;
// contained pointer
20
21
};
// shared_ptr
22
23
24
}
// namespace boost
boost::shared_ptr::px
T * px
Definition:
shared_ptr_docstub.h:19
boost::shared_ptr
shared_ptr documentation stub
Definition:
shared_ptr_docstub.h:15
gnuradio
docs
doxygen
other
shared_ptr_docstub.h
Generated on Mon Sep 22 2014 15:19:23 for GNU Radio Manual and C++ API Reference by
1.8.6