LLVM API Documentation

llvm::po_iterator_storage< SetType, true > Class Template Reference

#include <PostOrderIterator.h>

Collaboration diagram for llvm::po_iterator_storage< SetType, true >:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 po_iterator_storage (SetType &VSet)
 po_iterator_storage (const po_iterator_storage &S)

Public Attributes

SetType & Visited

Detailed Description

template<class SetType>
class llvm::po_iterator_storage< SetType, true >

Definition at line 34 of file PostOrderIterator.h.


Constructor & Destructor Documentation

template<class SetType>
llvm::po_iterator_storage< SetType, true >::po_iterator_storage ( SetType &  VSet  )  [inline]

Definition at line 36 of file PostOrderIterator.h.

template<class SetType>
llvm::po_iterator_storage< SetType, true >::po_iterator_storage ( const po_iterator_storage< SetType, true > &  S  )  [inline]

Definition at line 37 of file PostOrderIterator.h.


Member Data Documentation

template<class SetType>
SetType& llvm::po_iterator_storage< SetType, true >::Visited

Definition at line 38 of file PostOrderIterator.h.


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