LLVM API Documentation
#include <DepthFirstIterator.h>
Public Member Functions | |
idf_ext_iterator (const idf_iterator< T, SetTy, true > &V) | |
idf_ext_iterator (const df_iterator< Inverse< T >, SetTy, true > &V) | |
![]() | |
idf_iterator (const df_iterator< Inverse< T >, SetTy, External > &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< Inverse < T >, SetTy, ExtStorage, GraphTraits< Inverse< T > > > | _Self |
![]() | |
static _Self | begin (const Inverse< T > &G) |
static _Self | begin (const Inverse< T > &G, SetTy &S) |
static _Self | end (const Inverse< T > &G) |
static _Self | end (const Inverse< T > &G, SetTy &S) |
![]() | |
SetTy | Visited |
Definition at line 249 of file DepthFirstIterator.h.
|
inline |
Definition at line 250 of file DepthFirstIterator.h.
|
inline |
Definition at line 252 of file DepthFirstIterator.h.