GNU Radio 3.5.1 C++ API
|
00001 namespace std 00002 { 00003 /*! 00004 * \brief vector documentation stub 00005 * 00006 * \warning 00007 * This isn't the real vector template. It's just enough to get doxygen 00008 * to draw pretty collaboration diagrams. 00009 */ 00010 template<class T> class vector 00011 { 00012 public: 00013 T *p; 00014 }; 00015 00016 } // namespace std