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