Searched defs:BFSIterator (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/include/mcld/ADT/
H A DBinTree.h62 class BFSIterator : public TreeIteratorBase class in namespace:mcld
65 BFSIterator() function in class:mcld::BFSIterator
69 BFSIterator(NodeBase *X) function in class:mcld::BFSIterator
77 virtual ~BFSIterator()
374 typedef PolicyIterator<value_type, NonConstTraits<value_type>, BFSIterator> bfs_iterator;
375 typedef PolicyIterator<value_type, ConstTraits<value_type>, BFSIterator> const_bfs_iterator;

Completed in 20 milliseconds