I built an iterator class for my container that looks like this
template class binary_tree_iterator { private: binary_tree* tree;