arduino-audio-tools
Public Member Functions | Protected Attributes | List of all members
Vector< T >::iterator Class Reference

Iterator for the Vector class. More...

#include <Vector.h>

Public Member Functions

 iterator (const iterator &copyFrom)
 
 iterator (T *parPtr, size_t pos)
 
T * getPtr ()
 
bool operator!= (iterator it)
 
T & operator* ()
 
iterator operator+ (int offset)
 
iterator operator++ ()
 
iterator operator++ (int n)
 
size_t operator- (iterator it)
 
iterator operator-- ()
 
iterator operator-- (int n)
 
T * operator-> ()
 
bool operator< (iterator it)
 
bool operator<= (iterator it)
 
bool operator== (iterator it)
 
bool operator> (iterator it)
 
bool operator>= (iterator it)
 
size_t pos ()
 

Protected Attributes

size_t pos_
 
T * ptr
 

Detailed Description

template<class T>
class audio_tools::Vector< T >::iterator

Iterator for the Vector class.

by Phil Schatzmann


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