Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Class 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 Sat Jul 8 17:04:52 2006 for GNU Radio 2.x by  doxygen 1.4.1