LLVM API Documentation

Public Member Functions
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 = llvm::SmallPtrSet<typename GraphTraits<T>::NodeType*, 8>, bool External = false>
struct llvm::idf_iterator< T, SetTy, External >

Definition at line 246 of file DepthFirstIterator.h.


Constructor & Destructor Documentation

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

Definition at line 247 of file DepthFirstIterator.h.


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