Node::Iterator Class Reference
#include <Node.h>
Public Member Functions | |
| const Iterator & | operator++ (void) |
| Node * | operator* (void) |
| Node * | operator-> (void) |
| bool | operator!= (const Iterator rhs) |
Friends | |
| class | Node |
Member Function Documentation
◆ operator!=()
| bool Node::Iterator::operator!= | ( | const Iterator | rhs | ) |
◆ operator*()
| Node * Node::Iterator::operator* | ( | void | ) |
◆ operator++()
| const Iterator & Node::Iterator::operator++ | ( | void | ) |
◆ operator->()
| Node * Node::Iterator::operator-> | ( | void | ) |
Friends And Related Function Documentation
◆ Node
|
friend |
The documentation for this class was generated from the following file: