LLVM API Documentation

Public Member Functions
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 219 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 220 of file DepthFirstIterator.h.


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