LLVM API Documentation

llvm::df_iterator< GraphT, SetType, ExtStorage, GT > Class Template Reference

#include <DepthFirstIterator.h>

Inheritance diagram for llvm::df_iterator< GraphT, SetType, ExtStorage, GT >:

Inheritance graph
[legend]
Collaboration diagram for llvm::df_iterator< GraphT, SetType, ExtStorage, GT >:

Collaboration graph
[legend]
List of all members.

Public Types

typedef super::pointer pointer
typedef df_iterator< GraphT,
SetType, ExtStorage, GT > 
_Self

Public Member Functions

bool operator== (const _Self &x) const
bool operator!= (const _Self &x) const
pointer operator * () const
NodeType * operator-> () const
_Selfoperator++ ()
_Self operator++ (int)
bool nodeVisited (NodeType *Node) const

Static Public Member Functions

static _Self begin (GraphT G)
static _Self end (GraphT G)
static _Self begin (GraphT G, SetType &S)
static _Self end (GraphT G, SetType &S)

Detailed Description

template<class GraphT, class SetType = std::set<typename GraphTraits<GraphT>::NodeType*>, bool ExtStorage = false, class GT = GraphTraits<GraphT>>
class llvm::df_iterator< GraphT, SetType, ExtStorage, GT >

Definition at line 64 of file DepthFirstIterator.h.


Member Typedef Documentation

template<class GraphT, class SetType = std::set<typename GraphTraits<GraphT>::NodeType*>, bool ExtStorage = false, class GT = GraphTraits<GraphT>>
typedef super::pointer llvm::df_iterator< GraphT, SetType, ExtStorage, GT >::pointer

Definition at line 94 of file DepthFirstIterator.h.

template<class GraphT, class SetType = std::set<typename GraphTraits<GraphT>::NodeType*>, bool ExtStorage = false, class GT = GraphTraits<GraphT>>
typedef df_iterator<GraphT, SetType, ExtStorage, GT> llvm::df_iterator< GraphT, SetType, ExtStorage, GT >::_Self

Definition at line 95 of file DepthFirstIterator.h.


Member Function Documentation

template<class GraphT, class SetType = std::set<typename GraphTraits<GraphT>::NodeType*>, bool ExtStorage = false, class GT = GraphTraits<GraphT>>
static _Self llvm::df_iterator< GraphT, SetType, ExtStorage, GT >::begin ( GraphT  G  )  [inline, static]

Definition at line 98 of file DepthFirstIterator.h.

template<class GraphT, class SetType = std::set<typename GraphTraits<GraphT>::NodeType*>, bool ExtStorage = false, class GT = GraphTraits<GraphT>>
static _Self llvm::df_iterator< GraphT, SetType, ExtStorage, GT >::end ( GraphT  G  )  [inline, static]

Definition at line 101 of file DepthFirstIterator.h.

template<class GraphT, class SetType = std::set<typename GraphTraits<GraphT>::NodeType*>, bool ExtStorage = false, class GT = GraphTraits<GraphT>>
static _Self llvm::df_iterator< GraphT, SetType, ExtStorage, GT >::begin ( GraphT  G,
SetType &  S 
) [inline, static]

Definition at line 104 of file DepthFirstIterator.h.

template<class GraphT, class SetType = std::set<typename GraphTraits<GraphT>::NodeType*>, bool ExtStorage = false, class GT = GraphTraits<GraphT>>
static _Self llvm::df_iterator< GraphT, SetType, ExtStorage, GT >::end ( GraphT  G,
SetType &  S 
) [inline, static]

Definition at line 107 of file DepthFirstIterator.h.

template<class GraphT, class SetType = std::set<typename GraphTraits<GraphT>::NodeType*>, bool ExtStorage = false, class GT = GraphTraits<GraphT>>
bool llvm::df_iterator< GraphT, SetType, ExtStorage, GT >::operator== ( const _Self x  )  const [inline]

Definition at line 109 of file DepthFirstIterator.h.

Referenced by llvm::df_iterator< llvm::Inverse< T >, SetTy, External >::operator!=().

template<class GraphT, class SetType = std::set<typename GraphTraits<GraphT>::NodeType*>, bool ExtStorage = false, class GT = GraphTraits<GraphT>>
bool llvm::df_iterator< GraphT, SetType, ExtStorage, GT >::operator!= ( const _Self x  )  const [inline]

Definition at line 113 of file DepthFirstIterator.h.

template<class GraphT, class SetType = std::set<typename GraphTraits<GraphT>::NodeType*>, bool ExtStorage = false, class GT = GraphTraits<GraphT>>
pointer llvm::df_iterator< GraphT, SetType, ExtStorage, GT >::operator * (  )  const [inline]

Definition at line 115 of file DepthFirstIterator.h.

Referenced by llvm::df_iterator< llvm::Inverse< T >, SetTy, External >::operator->().

template<class GraphT, class SetType = std::set<typename GraphTraits<GraphT>::NodeType*>, bool ExtStorage = false, class GT = GraphTraits<GraphT>>
NodeType* llvm::df_iterator< GraphT, SetType, ExtStorage, GT >::operator-> (  )  const [inline]

Definition at line 123 of file DepthFirstIterator.h.

template<class GraphT, class SetType = std::set<typename GraphTraits<GraphT>::NodeType*>, bool ExtStorage = false, class GT = GraphTraits<GraphT>>
_Self& llvm::df_iterator< GraphT, SetType, ExtStorage, GT >::operator++ (  )  [inline]

Definition at line 125 of file DepthFirstIterator.h.

template<class GraphT, class SetType = std::set<typename GraphTraits<GraphT>::NodeType*>, bool ExtStorage = false, class GT = GraphTraits<GraphT>>
_Self llvm::df_iterator< GraphT, SetType, ExtStorage, GT >::operator++ ( int   )  [inline]

Definition at line 147 of file DepthFirstIterator.h.

template<class GraphT, class SetType = std::set<typename GraphTraits<GraphT>::NodeType*>, bool ExtStorage = false, class GT = GraphTraits<GraphT>>
bool llvm::df_iterator< GraphT, SetType, ExtStorage, GT >::nodeVisited ( NodeType *  Node  )  const [inline]

Definition at line 155 of file DepthFirstIterator.h.


The documentation for this class was generated from the following file: