LLVM API Documentation

llvm::ImutAVLTreeInOrderIterator< ImutInfo > Class Template Reference

#include <ImmutableSet.h>

Collaboration diagram for llvm::ImutAVLTreeInOrderIterator< ImutInfo >:

Collaboration graph
[legend]

List of all members.

Public Types

typedef ImutAVLTree< ImutInfo > TreeTy
typedef
ImutAVLTreeInOrderIterator
< ImutInfo > 
_Self

Public Member Functions

 ImutAVLTreeInOrderIterator (const TreeTy *Root)
 ImutAVLTreeInOrderIterator ()
bool operator== (const _Self &x) const
bool operator!= (const _Self &x) const
TreeTyoperator* () const
TreeTyoperator-> () const
_Selfoperator++ ()
_Selfoperator-- ()
void SkipSubTree ()


Detailed Description

template<typename ImutInfo>
class llvm::ImutAVLTreeInOrderIterator< ImutInfo >

Definition at line 759 of file ImmutableSet.h.


Member Typedef Documentation

template<typename ImutInfo>
typedef ImutAVLTree<ImutInfo> llvm::ImutAVLTreeInOrderIterator< ImutInfo >::TreeTy

Definition at line 764 of file ImmutableSet.h.

template<typename ImutInfo>
typedef ImutAVLTreeInOrderIterator<ImutInfo> llvm::ImutAVLTreeInOrderIterator< ImutInfo >::_Self

Definition at line 765 of file ImmutableSet.h.


Constructor & Destructor Documentation

template<typename ImutInfo>
llvm::ImutAVLTreeInOrderIterator< ImutInfo >::ImutAVLTreeInOrderIterator ( const TreeTy Root  )  [inline]

template<typename ImutInfo>
llvm::ImutAVLTreeInOrderIterator< ImutInfo >::ImutAVLTreeInOrderIterator (  )  [inline]

Definition at line 771 of file ImmutableSet.h.


Member Function Documentation

template<typename ImutInfo>
bool llvm::ImutAVLTreeInOrderIterator< ImutInfo >::operator== ( const _Self x  )  const [inline]

template<typename ImutInfo>
bool llvm::ImutAVLTreeInOrderIterator< ImutInfo >::operator!= ( const _Self x  )  const [inline]

template<typename ImutInfo>
TreeTy* llvm::ImutAVLTreeInOrderIterator< ImutInfo >::operator* (  )  const [inline]

Definition at line 779 of file ImmutableSet.h.

template<typename ImutInfo>
TreeTy* llvm::ImutAVLTreeInOrderIterator< ImutInfo >::operator-> (  )  const [inline]

Definition at line 780 of file ImmutableSet.h.

template<typename ImutInfo>
_Self& llvm::ImutAVLTreeInOrderIterator< ImutInfo >::operator++ (  )  [inline]

template<typename ImutInfo>
_Self& llvm::ImutAVLTreeInOrderIterator< ImutInfo >::operator-- (  )  [inline]

Definition at line 790 of file ImmutableSet.h.

template<typename ImutInfo>
void llvm::ImutAVLTreeInOrderIterator< ImutInfo >::SkipSubTree (  )  [inline]

Definition at line 798 of file ImmutableSet.h.

Referenced by llvm::ImutAVLTree< ImutInfo >::isEqual().


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



This web site is hosted by the Computer Science Department at the University of Illinois at Urbana-Champaign.