GNU Radio 3.6.0 C++ API
std::vector< T > Class Template Reference

vector documentation stub More...

#include <vector_docstub.h>

List of all members.

Classes

class  const_iterator
 STL iterator class. More...
class  const_reverse_iterator
 STL iterator class. More...
class  iterator
 STL iterator class. More...
class  reverse_iterator
 STL iterator class. More...

Public Attributes

T * p

Detailed Description

template<typename T>
class std::vector< T >

vector documentation stub

STL class.

Warning:
This isn't the real vector template. It's just enough to get doxygen to draw pretty collaboration diagrams.

Member Data Documentation

template<typename T>
T* std::vector< T >::p

The documentation for this class was generated from the following files: