LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Member Functions | List of all members
llvm::ImutAVLTreeInOrderIterator< ImutInfo > Class Template Reference

#include <ImmutableSet.h>

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

Member Typedef Documentation

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

Definition at line 768 of file ImmutableSet.h.

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

Definition at line 767 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 774 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 782 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 793 of file ImmutableSet.h.

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

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

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


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