LLVM: llvm::ReversePostOrderTraversal< GraphT, GT > Class Template Reference (original) (raw)

#include "[llvm/ADT/PostOrderIterator.h](PostOrderIterator%5F8h%5Fsource.html)"

Inheritance diagram for llvm::ReversePostOrderTraversal< GraphT, GT >:

Public Member Functions
ReversePostOrderTraversal (const GraphT &G)
rpo_iterator begin ()
const_rpo_iterator begin () const
rpo_iterator end ()
const_rpo_iterator end () const

Detailed Description

template<class GraphT, class GT = GraphTraits>
class llvm::ReversePostOrderTraversal< GraphT, GT >

Definition at line 299 of file PostOrderIterator.h.

Member Typedef Documentation

const_rpo_iterator

template<class GraphT, class GT = GraphTraits>

rpo_iterator

template<class GraphT, class GT = GraphTraits>

Constructor & Destructor Documentation

template<class GraphT, class GT = GraphTraits>

Member Function Documentation

begin() [1/2]

template<class GraphT, class GT = GraphTraits>

begin() [2/2]

template<class GraphT, class GT = GraphTraits>

end() [1/2]

template<class GraphT, class GT = GraphTraits>

end() [2/2]

template<class GraphT, class GT = GraphTraits>


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