Control Surface  1.2.0
MIDI Control Surface library for Arduino
Public Member Functions | Protected Attributes | List of all members
DoublyLinkedList< Node >::node_iterator_base< INode > Class Template Reference

Base class for doubly linked list iterators. More...

#include <AH/Containers/LinkedList.hpp>

+ Inheritance diagram for DoublyLinkedList< Node >::node_iterator_base< INode >:
+ Collaboration diagram for DoublyLinkedList< Node >::node_iterator_base< INode >:

Public Member Functions

 node_iterator_base (INode *node)
 
bool operator!= (const node_iterator_base &rhs) const
 
bool operator== (const node_iterator_base &rhs) const
 
INode & operator* () const
 

Protected Attributes

INode * node
 

Detailed Description

template<class Node>
template<class INode>
class DoublyLinkedList< Node >::node_iterator_base< INode >

Base class for doubly linked list iterators.

Definition at line 29 of file LinkedList.hpp.

Constructor & Destructor Documentation

◆ node_iterator_base()

node_iterator_base ( INode *  node)
inline

Definition at line 31 of file LinkedList.hpp.

Member Function Documentation

◆ operator!=()

bool operator!= ( const node_iterator_base< INode > &  rhs) const
inline

Definition at line 33 of file LinkedList.hpp.

◆ operator==()

bool operator== ( const node_iterator_base< INode > &  rhs) const
inline

Definition at line 37 of file LinkedList.hpp.

◆ operator*()

INode& operator* ( ) const
inline

Definition at line 41 of file LinkedList.hpp.

Member Data Documentation

◆ node

INode* node
protected

Definition at line 47 of file LinkedList.hpp.


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