struct po_ext_iterator

Declaration

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

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

Templates

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

Method Overview

Methods

ΒΆpo_ext_iterator<T, SetType>(
    const po_iterator<T, SetType, true>& V)

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

Parameters

const po_iterator<T, SetType, true>& V