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 Thu Mar 5 09:01:17 2009 for GNU Radio 3.1.3 by  doxygen 1.5.8