#include <bintree.hpp>
template<typename T, typename S = int>
class BF::BinTree< T, S >::Iterator
Iterates through the nodes in tree to return their objects
https://www.geeksforgeeks.org/implementing-forward-iterator-in-bst/
◆ ~Iterator()
template<typename T , typename S = int>
◆ Iterator()
template<typename T , typename S = int>
◆ current()
template<typename T , typename S = int>
◆ finished()
template<typename T , typename S = int>
If we have no more nodes to traverse
◆ next()
template<typename T , typename S = int>
Goes to the next node in tree
Should I implement a descending iterator?
◆ setCurrent()
template<typename T , typename S = int>
Sets stack to every node's left child
◆ BinTree< T, S >
template<typename T , typename S = int>
◆ _st
template<typename T , typename S = int>
The documentation for this class was generated from the following file: