Searched refs:RNSuccIterator (Results 1 – 1 of 1) sorted by relevance
34 class RNSuccIterator : public std::iterator<std::forward_iterator_tag,87 typedef RNSuccIterator<NodeType> Self;92 inline RNSuccIterator(NodeType* node) in RNSuccIterator() function107 inline RNSuccIterator(NodeType* node, bool) in RNSuccIterator() function166 class RNSuccIterator<FlatIt<NodeType> >174 typedef RNSuccIterator<FlatIt<NodeType> > Self;181 inline RNSuccIterator(NodeType* node) : Node(node), in RNSuccIterator() function193 inline RNSuccIterator(NodeType* node, bool) : Node(node), in RNSuccIterator() function249 inline RNSuccIterator<NodeType> succ_begin(NodeType* Node) { in succ_begin()250 return RNSuccIterator<NodeType>(Node); in succ_begin()[all …]