LLVM API Documentation

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

llvm::po_iterator< GraphT, GT > Class Template Reference

#include <PostOrderIterator.h>

Inheritance diagram for llvm::po_iterator< GraphT, GT >:

Inheritance graph
[legend]
Collaboration diagram for llvm::po_iterator< GraphT, GT >:

Collaboration graph
[legend]
List of all members.

Public Types

typedef super::pointer pointer
typedef po_iterator< GraphT,
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)

Static Public Member Functions

static _Self begin (GraphT G)
static _Self end (GraphT G)

Detailed Description

template<class GraphT, class GT = GraphTraits<GraphT>>
class llvm::po_iterator< GraphT, GT >

Definition at line 27 of file PostOrderIterator.h.


Member Typedef Documentation

template<class GraphT, class GT = GraphTraits<GraphT>>
typedef po_iterator<GraphT, GT> llvm::po_iterator< GraphT, GT >::_Self
 

Definition at line 55 of file PostOrderIterator.h.

template<class GraphT, class GT = GraphTraits<GraphT>>
typedef super::pointer llvm::po_iterator< GraphT, GT >::pointer
 

Definition at line 54 of file PostOrderIterator.h.


Member Function Documentation

template<class GraphT, class GT = GraphTraits<GraphT>>
static _Self llvm::po_iterator< GraphT, GT >::begin GraphT  G  )  [inline, static]
 

Definition at line 58 of file PostOrderIterator.h.

template<class GraphT, class GT = GraphTraits<GraphT>>
static _Self llvm::po_iterator< GraphT, GT >::end GraphT  G  )  [inline, static]
 

Definition at line 59 of file PostOrderIterator.h.

template<class GraphT, class GT = GraphTraits<GraphT>>
pointer llvm::po_iterator< GraphT, GT >::operator *  )  const [inline]
 

Definition at line 66 of file PostOrderIterator.h.

Referenced by llvm::po_iterator< Inverse< T > >::operator->().

template<class GraphT, class GT = GraphTraits<GraphT>>
bool llvm::po_iterator< GraphT, GT >::operator!= const _Self x  )  const [inline]
 

Definition at line 64 of file PostOrderIterator.h.

template<class GraphT, class GT = GraphTraits<GraphT>>
_Self llvm::po_iterator< GraphT, GT >::operator++ int   )  [inline]
 

Definition at line 83 of file PostOrderIterator.h.

template<class GraphT, class GT = GraphTraits<GraphT>>
_Self& llvm::po_iterator< GraphT, GT >::operator++  )  [inline]
 

Definition at line 76 of file PostOrderIterator.h.

template<class GraphT, class GT = GraphTraits<GraphT>>
NodeType* llvm::po_iterator< GraphT, GT >::operator->  )  const [inline]
 

Definition at line 74 of file PostOrderIterator.h.

template<class GraphT, class GT = GraphTraits<GraphT>>
bool llvm::po_iterator< GraphT, GT >::operator== const _Self x  )  const [inline]
 

Definition at line 61 of file PostOrderIterator.h.

Referenced by llvm::po_iterator< Inverse< T > >::operator!=().


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