arduino-audio-tools
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
List< T >::Iterator Class Reference

#include <List.h>

Public Member Functions

 Iterator (Node *node)
 
Nodeget_node ()
 
 operator bool ()
 
bool operator!= (Iterator it)
 
Toperator* ()
 
Iterator operator+ (int offset)
 
Iterator operator++ ()
 
Iterator operator++ (int)
 
Iterator operator- (int offset)
 
Iterator operator-- ()
 
Iterator operator-- (int)
 
Toperator-> ()
 
bool operator== (Iterator it)
 

Protected Member Functions

Iterator getIteratorAtOffset (int offset)
 

Protected Attributes

bool is_eof = false
 
Nodenode =nullptr
 

Constructor & Destructor Documentation

◆ Iterator()

template<class T >
Iterator ( Node node)
inline

Member Function Documentation

◆ get_node()

template<class T >
Node * get_node ( )
inline

◆ getIteratorAtOffset()

template<class T >
Iterator getIteratorAtOffset ( int  offset)
inlineprotected

◆ operator bool()

template<class T >
operator bool ( )
inline

◆ operator!=()

template<class T >
bool operator!= ( Iterator  it)
inline

◆ operator*()

template<class T >
T & operator* ( )
inline

◆ operator+()

template<class T >
Iterator operator+ ( int  offset)
inline

◆ operator++() [1/2]

template<class T >
Iterator operator++ ( )
inline

◆ operator++() [2/2]

template<class T >
Iterator operator++ ( int  )
inline

◆ operator-()

template<class T >
Iterator operator- ( int  offset)
inline

◆ operator--() [1/2]

template<class T >
Iterator operator-- ( )
inline

◆ operator--() [2/2]

template<class T >
Iterator operator-- ( int  )
inline

◆ operator->()

template<class T >
T * operator-> ( )
inline

◆ operator==()

template<class T >
bool operator== ( Iterator  it)
inline

Member Data Documentation

◆ is_eof

template<class T >
bool is_eof = false
protected

◆ node

template<class T >
Node* node =nullptr
protected

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