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