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::idf_iterator< T, SetTy, External > Struct Template Reference

#include <DepthFirstIterator.h>

Inheritance diagram for llvm::idf_iterator< T, SetTy, External >:

Inheritance graph
[legend]
Collaboration diagram for llvm::idf_iterator< T, SetTy, External >:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 idf_iterator (const df_iterator< Inverse< T >, SetTy, External > &V)

Detailed Description

template<class T, class SetTy = std::set<typename GraphTraits<T>::NodeType*>, bool External = false>
struct llvm::idf_iterator< T, SetTy, External >

Definition at line 194 of file DepthFirstIterator.h.


Constructor & Destructor Documentation

template<class T, class SetTy = std::set<typename GraphTraits<T>::NodeType*>, bool External = false>
llvm::idf_iterator< T, SetTy, External >::idf_iterator const df_iterator< Inverse< T >, SetTy, External > &  V  )  [inline]
 

Definition at line 195 of file DepthFirstIterator.h.


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