|
LLVM
4.0.0
|
#include <ImmutableSet.h>
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 |
| TreeTy & | operator* () const |
| TreeTy * | operator-> () const |
| ImutAVLTreeInOrderIterator & | operator++ () |
| ImutAVLTreeInOrderIterator & | operator-- () |
| void | skipSubTree () |
Definition at line 38 of file ImmutableSet.h.
| typedef ImutAVLTree<ImutInfo> llvm::ImutAVLTreeInOrderIterator< ImutInfo >::TreeTy |
Definition at line 771 of file ImmutableSet.h.
|
inline |
Definition at line 773 of file ImmutableSet.h.
|
inline |
Definition at line 778 of file ImmutableSet.h.
|
inline |
Definition at line 784 of file ImmutableSet.h.
|
inline |
Definition at line 788 of file ImmutableSet.h.
|
inline |
Definition at line 791 of file ImmutableSet.h.
|
inline |
Definition at line 799 of file ImmutableSet.h.
|
inline |
Definition at line 789 of file ImmutableSet.h.
|
inline |
Definition at line 780 of file ImmutableSet.h.
|
inline |
Definition at line 807 of file ImmutableSet.h.
Referenced by llvm::ImutAVLTree< ImutInfo >::isEqual().
1.8.6