LLVM API Documentation

Public Types | Public Member Functions
llvm::ImutAVLTreeInOrderIterator< ImutInfo > Class Template Reference

#include <ImmutableSet.h>

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 757 of file ImmutableSet.h.


Member Typedef Documentation

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

Definition at line 763 of file ImmutableSet.h.

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

Definition at line 762 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 769 of file ImmutableSet.h.


Member Function Documentation

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 777 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 788 of file ImmutableSet.h.

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

Definition at line 778 of file ImmutableSet.h.

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

Definition at line 796 of file ImmutableSet.h.

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


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