LLVM API Documentation

llvm::ipo_iterator< T, SetType, External > Struct Template Reference

#include <PostOrderIterator.h>

Inheritance diagram for llvm::ipo_iterator< T, SetType, External >:

Inheritance graph
[legend]
Collaboration diagram for llvm::ipo_iterator< T, SetType, External >:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 ipo_iterator (const po_iterator< Inverse< T >, SetType, External > &V)

Detailed Description

template<class T, class SetType = std::set<typename GraphTraits<T>::NoddeType*>, bool External = false>
struct llvm::ipo_iterator< T, SetType, External >

Definition at line 152 of file PostOrderIterator.h.


Constructor & Destructor Documentation

template<class T, class SetType = std::set<typename GraphTraits<T>::NoddeType*>, bool External = false>
llvm::ipo_iterator< T, SetType, External >::ipo_iterator ( const po_iterator< Inverse< T >, SetType, External > &  V  )  [inline]

Definition at line 153 of file PostOrderIterator.h.


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