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

shared_ptr_docstub.h

Go to the documentation of this file.
00001 namespace boost
00002 {
00015 template<class T> class shared_ptr
00016 {
00017 public:
00018 
00019     T * px;                     // contained pointer
00020 
00021 };  // shared_ptr
00022 
00023 
00024 } // namespace boost

Generated on Tue Mar 29 19:56:35 2005 for GNU Radio 2.x by doxygen 1.3.2