GNU Radio C++ API Reference 3.10.12.0
The Free & Open Software Radio Ecosystem
 
Loading...
Searching...
No Matches
vector_docstub.h
Go to the documentation of this file.
1namespace 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 */
9template <class T>
10class vector
11{
12public:
13 T* p;
14};
15
16} // namespace std
STL namespace.