LLVM  4.0.0
Public Types | Public Member Functions | List of all members
llvm::ImutAVLTreeInOrderIterator< ImutInfo > Class Template Reference

#include <ImmutableSet.h>

Inheritance diagram for llvm::ImutAVLTreeInOrderIterator< ImutInfo >:
[legend]
Collaboration diagram for llvm::ImutAVLTreeInOrderIterator< ImutInfo >:
[legend]

Public Types

typedef ImutAVLTree< ImutInfo > TreeTy
 

Public Member Functions

 ImutAVLTreeInOrderIterator (const TreeTy *Root)
 
 ImutAVLTreeInOrderIterator ()
 
bool operator== (const ImutAVLTreeInOrderIterator &x) const
 
bool operator!= (const ImutAVLTreeInOrderIterator &x) const
 
TreeTyoperator* () const
 
TreeTyoperator-> () const
 
ImutAVLTreeInOrderIteratoroperator++ ()
 
ImutAVLTreeInOrderIteratoroperator-- ()
 
void skipSubTree ()
 

Detailed Description

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

Definition at line 38 of file ImmutableSet.h.

Member Typedef Documentation

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

Definition at line 771 of file ImmutableSet.h.

Constructor & Destructor Documentation

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

Definition at line 773 of file ImmutableSet.h.

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

Definition at line 778 of file ImmutableSet.h.

Member Function Documentation

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

Definition at line 784 of file ImmutableSet.h.

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

Definition at line 788 of file ImmutableSet.h.

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

Definition at line 791 of file ImmutableSet.h.

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

Definition at line 799 of file ImmutableSet.h.

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

Definition at line 789 of file ImmutableSet.h.

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

Definition at line 780 of file ImmutableSet.h.

template<typename ImutInfo >
void llvm::ImutAVLTreeInOrderIterator< ImutInfo >::skipSubTree ( )
inline

Definition at line 807 of file ImmutableSet.h.

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


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