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

#include "llvm/ADT/ImmutableSet.h"

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

Public Types

using TreeTy = ImutAVLTree< ImutInfo >
 

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

◆ TreeTy

template<typename ImutInfo >
using llvm::ImutAVLTreeInOrderIterator< ImutInfo >::TreeTy = ImutAVLTree<ImutInfo>

Definition at line 769 of file ImmutableSet.h.

Constructor & Destructor Documentation

◆ ImutAVLTreeInOrderIterator() [1/2]

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

Definition at line 771 of file ImmutableSet.h.

◆ ImutAVLTreeInOrderIterator() [2/2]

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

Definition at line 776 of file ImmutableSet.h.

Member Function Documentation

◆ operator!=()

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

Definition at line 782 of file ImmutableSet.h.

◆ operator*()

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

Definition at line 786 of file ImmutableSet.h.

◆ operator++()

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

Definition at line 789 of file ImmutableSet.h.

◆ operator--()

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

Definition at line 797 of file ImmutableSet.h.

◆ operator->()

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

Definition at line 787 of file ImmutableSet.h.

◆ operator==()

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

Definition at line 778 of file ImmutableSet.h.

◆ skipSubTree()

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

Definition at line 805 of file ImmutableSet.h.

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


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