LLVM
8.0.1
|
#include "llvm/ADT/ImmutableSet.h"
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 |
TreeTy & | operator* () const |
TreeTy * | operator-> () const |
ImutAVLTreeInOrderIterator & | operator++ () |
ImutAVLTreeInOrderIterator & | operator-- () |
void | skipSubTree () |
Definition at line 38 of file ImmutableSet.h.
using llvm::ImutAVLTreeInOrderIterator< ImutInfo >::TreeTy = ImutAVLTree<ImutInfo> |
Definition at line 769 of file ImmutableSet.h.
|
inline |
Definition at line 771 of file ImmutableSet.h.
|
inline |
Definition at line 776 of file ImmutableSet.h.
|
inline |
Definition at line 782 of file ImmutableSet.h.
|
inline |
Definition at line 786 of file ImmutableSet.h.
|
inline |
Definition at line 789 of file ImmutableSet.h.
|
inline |
Definition at line 797 of file ImmutableSet.h.
|
inline |
Definition at line 787 of file ImmutableSet.h.
|
inline |
Definition at line 778 of file ImmutableSet.h.
|
inline |
Definition at line 805 of file ImmutableSet.h.
Referenced by llvm::ImutAVLTree< ImutInfo >::isEqual().