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

#include <DepthFirstIterator.h>

Inheritance diagram for llvm::df_ext_iterator< T, SetTy >:

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

 df_ext_iterator (const df_iterator< T, SetTy, true > &V)

Detailed Description

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

Definition at line 175 of file DepthFirstIterator.h.


Constructor & Destructor Documentation

template<class T, class SetTy = std::set<typename GraphTraits<T>::NodeType*>>
llvm::df_ext_iterator< T, SetTy >::df_ext_iterator const df_iterator< T, SetTy, true > &  V  )  [inline]
 

Definition at line 176 of file DepthFirstIterator.h.


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