GNU Radio C++ API Reference 3.10.11.0
The Free & Open Software Radio Ecosystem
 
Loading...
Searching...
No Matches
std::vector< T > Class Template Reference

STL class. More...

#include </builddir/build/BUILD/gnuradio-3.10.11.0-build/gnuradio-3.10.11.0/docs/doxygen/other/vector_docstub.h>

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

elements
 STL member.
 
T * p
 

Detailed Description

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

STL class.

vector documentation stub

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

Member Data Documentation

◆ elements

T std::vector< T >::elements

STL member.

◆ p

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

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