LLVM API Documentation

Public Member Functions
llvm::po_ext_iterator< T, SetType > Struct Template Reference

#include <PostOrderIterator.h>

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

List of all members.

Public Member Functions

 po_ext_iterator (const po_iterator< T, SetType, true > &V)

Detailed Description

template<class T, class SetType = std::set<typename GraphTraits<T>::NodeType*>>
struct llvm::po_ext_iterator< T, SetType >

Definition at line 181 of file PostOrderIterator.h.


Constructor & Destructor Documentation

template<class T , class SetType = std::set<typename GraphTraits<T>::NodeType*>>
llvm::po_ext_iterator< T, SetType >::po_ext_iterator ( const po_iterator< T, SetType, true > &  V) [inline]

Definition at line 182 of file PostOrderIterator.h.


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