struct ipo_ext_iterator

Declaration

template <class T,
          class SetType = std::set<typename GraphTraits<T>::NodeRef>>
struct ipo_ext_iterator { /* full declaration omitted */ };

Declared at: llvm/include/llvm/ADT/PostOrderIterator.h:236

Templates

T
SetType = std::set<typename GraphTraits<T>::NodeRef>

Method Overview

Methods

ipo_ext_iterator<T, SetType>(
    const ipo_iterator<T, SetType, true>& V)

Declared at: llvm/include/llvm/ADT/PostOrderIterator.h:237

Parameters

const ipo_iterator<T, SetType, true>& V

ipo_ext_iterator<T, SetType>(
    const po_iterator<Inverse<T>, SetType, true>&
        V)

Declared at: llvm/include/llvm/ADT/PostOrderIterator.h:239

Parameters

const po_iterator<Inverse<T>, SetType, true>& V