BufArray< Packet >::iterator Class Reference

#include <bufArray.hpp>

Public Member Functions

 iterator (const iterator &it)
 
iterator operator++ ()
 
bool operator== (const iterator &it) const
 
bool operator!= (const iterator &it) const
 
Packet * operator-> ()
 
Packet * operator* ()
 

Detailed Description

template<typename Packet>
class BufArray< Packet >::iterator

Definition at line 215 of file bufArray.hpp.

Constructor & Destructor Documentation

◆ iterator()

template<typename Packet>
BufArray< Packet >::iterator::iterator ( const iterator it)
inline

Definition at line 223 of file bufArray.hpp.

Member Function Documentation

◆ operator!=()

template<typename Packet>
bool BufArray< Packet >::iterator::operator!= ( const iterator it) const
inline

Definition at line 235 of file bufArray.hpp.

◆ operator*()

template<typename Packet>
Packet* BufArray< Packet >::iterator::operator* ( )
inline

Definition at line 238 of file bufArray.hpp.

◆ operator++()

template<typename Packet>
iterator BufArray< Packet >::iterator::operator++ ( )
inline

Definition at line 225 of file bufArray.hpp.

◆ operator->()

template<typename Packet>
Packet* BufArray< Packet >::iterator::operator-> ( )
inline

Definition at line 237 of file bufArray.hpp.

◆ operator==()

template<typename Packet>
bool BufArray< Packet >::iterator::operator== ( const iterator it) const
inline

Definition at line 227 of file bufArray.hpp.


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