LLVM  8.0.1
Public Member Functions | List of all members
llvm::po_ext_iterator< T, SetType > Struct Template Reference

#include "llvm/ADT/PostOrderIterator.h"

Inheritance diagram for llvm::po_ext_iterator< T, SetType >:
Inheritance graph
[legend]
Collaboration diagram for llvm::po_ext_iterator< T, SetType >:
Collaboration graph
[legend]

Public Member Functions

 po_ext_iterator (const po_iterator< T, SetType, true > &V)
 
- Public Member Functions inherited from llvm::po_iterator< T, SetType, true >
bool operator== (const po_iterator &x) const
 
bool operator!= (const po_iterator &x) const
 
const NodeRef & operator* () const
 
NodeRef operator-> () const
 
po_iteratoroperator++ ()
 
po_iterator operator++ (int)
 
- Public Member Functions inherited from llvm::po_iterator_storage< SetType, ExtStorage >
bool insertEdge (Optional< NodeRef > From, NodeRef To)
 
void finishPostorder (NodeRef BB)
 

Additional Inherited Members

- Public Types inherited from llvm::po_iterator< T, SetType, true >
using pointer = typename super::pointer
 
- Static Public Member Functions inherited from llvm::po_iterator< T, SetType, true >
static po_iterator begin (T G)
 
static po_iterator begin (T G, SetType &S)
 
static po_iterator end (T G)
 
static po_iterator end (T G, SetType &S)
 

Detailed Description

template<class T, class SetType = std::set<typename GraphTraits<T>::NodeRef>>
struct llvm::po_ext_iterator< T, SetType >

Definition at line 192 of file PostOrderIterator.h.

Constructor & Destructor Documentation

◆ po_ext_iterator()

template<class T , class SetType = std::set<typename GraphTraits<T>::NodeRef>>
llvm::po_ext_iterator< T, SetType >::po_ext_iterator ( const po_iterator< T, SetType, true > &  V)
inline

Definition at line 193 of file PostOrderIterator.h.


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