struct idf_iterator
Declaration
template <class T,
class SetTy = df_iterator_default_set<
typename GraphTraits<T>::NodeRef>,
bool External = false>
struct idf_iterator { /* full declaration omitted */ };
Declared at: llvm/include/llvm/ADT/DepthFirstIterator.h:259
Templates
- T
- SetTy = df_iterator_default_set<typename GraphTraits<T>::NodeRef>
- bool External = false
Method Overview
- public idf_iterator<T, SetTy, External>(const df_iterator<Inverse<T>, SetTy, External> & V)
Methods
ΒΆidf_iterator<T, SetTy, External>(
const df_iterator<Inverse<T>,
SetTy,
External>& V)
idf_iterator<T, SetTy, External>(
const df_iterator<Inverse<T>,
SetTy,
External>& V)
Declared at: llvm/include/llvm/ADT/DepthFirstIterator.h:260
Parameters
- const df_iterator<Inverse<T>, SetTy, External>& V