vector_docstub.h

Go to the documentation of this file.
00001 namespace std
00002 {
00010   template<class T> class vector
00011   {
00012   public:
00013     T           *p;
00014   };
00015   
00016 } // namespace std

Generated on Tue May 1 10:45:47 2007 for GNU Radio 3.0.3 by  doxygen 1.5.1