Control Surface main
MIDI Control Surface library for Arduino
Loading...
Searching...
No Matches
DoublyLinkedList< Node >::node_iterator_base< INode > Class Template Reference

#include <AH/Containers/LinkedList.hpp>

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 25 of file 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
INode * operator-> () const

Protected Attributes

INode * node

Constructor & Destructor Documentation

◆ node_iterator_base()

template<class Node>
template<class INode>
node_iterator_base ( INode * node)
inline

Definition at line 27 of file LinkedList.hpp.

Member Function Documentation

◆ operator!=()

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

Definition at line 29 of file LinkedList.hpp.

◆ operator==()

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

Definition at line 33 of file LinkedList.hpp.

◆ operator*()

template<class Node>
template<class INode>
INode & operator* ( ) const
inline

Definition at line 37 of file LinkedList.hpp.

◆ operator->()

template<class Node>
template<class INode>
INode * operator-> ( ) const
inline

Definition at line 42 of file LinkedList.hpp.

Member Data Documentation

◆ node

template<class Node>
template<class INode>
INode* node
protected

Definition at line 48 of file LinkedList.hpp.


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