Searched refs:BFSIterator (Results 1 – 2 of 2) sorted by relevance
57 class BFSIterator : public TreeIteratorBase {59 BFSIterator() : TreeIteratorBase() {} in BFSIterator() function61 explicit BFSIterator(NodeBase* X) : TreeIteratorBase(X) { in BFSIterator() function68 virtual ~BFSIterator() {} in ~BFSIterator()355 typedef PolicyIterator<value_type, NonConstTraits<value_type>, BFSIterator>357 typedef PolicyIterator<value_type, ConstTraits<value_type>, BFSIterator>
84 typedef PolicyIterator<value_type, NonConstTraits<value_type>, BFSIterator>86 typedef PolicyIterator<value_type, ConstTraits<value_type>, BFSIterator>