GNU Radio 3.4.2 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.
class  const_reverse_iterator
 STL iterator class.
class  iterator
 STL iterator class.
class  reverse_iterator
 STL iterator class.

Public Attributes

T * p

Detailed Description

template<class 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<class T>
T* std::vector< T >::p

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