Node::ConstIterator Class Reference

#include <Node.h>

Public Member Functions

const ConstIteratoroperator++ (void)
 
const Nodeoperator* (void)
 
const Nodeoperator-> (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 class Node
friend

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