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()
Definition at line 223 of file bufArray.hpp.
Member Function Documentation
◆ operator!=()
template<typename Packet>
|
inline |
Definition at line 235 of file bufArray.hpp.
◆ operator*()
template<typename Packet>
|
inline |
Definition at line 238 of file bufArray.hpp.
◆ operator++()
Definition at line 225 of file bufArray.hpp.
◆ operator->()
template<typename Packet>
|
inline |
Definition at line 237 of file bufArray.hpp.
◆ operator==()
template<typename Packet>
|
inline |
Definition at line 227 of file bufArray.hpp.
The documentation for this class was generated from the following file:
- /home/dominik/uni/MoonState/include/bufArray.hpp