LLVM API Documentation
#include <DepthFirstIterator.h>
Public Member Functions | |
df_ext_iterator (const df_iterator< T, SetTy, true > &V) | |
![]() | |
bool | operator== (const _Self &x) const |
bool | operator!= (const _Self &x) const |
pointer | operator* () const |
NodeType * | operator-> () const |
_Self & | operator++ () |
_Self | operator++ (int) |
_Self & | skipChildren () |
bool | nodeVisited (NodeType *Node) const |
unsigned | getPathLength () const |
NodeType * | getPath (unsigned n) const |
Additional Inherited Members | |
![]() | |
typedef super::pointer | pointer |
typedef df_iterator< T, SetTy, ExtStorage, GraphTraits< T > > | _Self |
![]() | |
static _Self | begin (const T &G) |
static _Self | begin (const T &G, SetTy &S) |
static _Self | end (const T &G) |
static _Self | end (const T &G, SetTy &S) |
![]() | |
SetTy | Visited |
Definition at line 212 of file DepthFirstIterator.h.
|
inline |
Definition at line 213 of file DepthFirstIterator.h.