LLVM
15.0.0git
|
#include "llvm/ADT/DepthFirstIterator.h"
Public Member Functions | |
df_ext_iterator (const df_iterator< T, SetTy, true > &V) | |
![]() | |
bool | operator== (const df_iterator &x) const |
bool | operator!= (const df_iterator &x) const |
const NodeRef & | operator* () const |
NodeRef | operator-> () const |
df_iterator & | operator++ () |
df_iterator | operator++ (int) |
df_iterator & | skipChildren () |
Skips all children of the current node and traverses to next node. More... | |
bool | nodeVisited (NodeRef Node) const |
unsigned | getPathLength () const |
getPathLength - Return the length of the path from the entry node to the current node, counting both nodes. More... | |
NodeRef | getPath (unsigned n) const |
getPath - Return the n'th node in the path from the entry node to the current node. More... | |
Additional Inherited Members | |
![]() | |
using | iterator_category = std::forward_iterator_tag |
using | value_type = typename GraphTraits< T > ::NodeRef |
using | difference_type = std::ptrdiff_t |
using | pointer = value_type * |
using | reference = value_type & |
![]() | |
static df_iterator | begin (const T &G) |
static df_iterator | begin (const T &G, df_iterator_default_set< typename GraphTraits< T >::NodeRef > &S) |
static df_iterator | end (const T &G) |
static df_iterator | end (const T &G, df_iterator_default_set< typename GraphTraits< T >::NodeRef > &S) |
![]() | |
df_iterator_default_set< typename GraphTraits< T >::NodeRef > | Visited |
Definition at line 236 of file DepthFirstIterator.h.
|
inline |
Definition at line 237 of file DepthFirstIterator.h.
References T.