GNU Radio Manual and C++ API Reference  3.10.9.1
The Free & Open Software Radio Ecosystem
vector_docstub.h
Go to the documentation of this file.
1 namespace std {
2 /*!
3  * \brief vector documentation stub
4  *
5  * \warning
6  * This isn't the real vector template. It's just enough to get doxygen
7  * to draw pretty collaboration diagrams.
8  */
9 template <class T>
10 class vector
11 {
12 public:
13  T* p;
14 };
15 
16 } // namespace std