|
LLVM
3.7.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 34 of file ImmutableSet.h.
| typedef ImutAVLTree<ImutInfo> llvm::ImutAVLTreeInOrderIterator< ImutInfo >::TreeTy |
Definition at line 766 of file ImmutableSet.h.
|
inline |
Definition at line 768 of file ImmutableSet.h.
|
inline |
Definition at line 773 of file ImmutableSet.h.
|
inline |
Definition at line 779 of file ImmutableSet.h.
|
inline |
Definition at line 783 of file ImmutableSet.h.
|
inline |
Definition at line 786 of file ImmutableSet.h.
|
inline |
Definition at line 794 of file ImmutableSet.h.
|
inline |
Definition at line 784 of file ImmutableSet.h.
|
inline |
Definition at line 775 of file ImmutableSet.h.
|
inline |
Definition at line 802 of file ImmutableSet.h.
Referenced by llvm::ImutAVLTree< ImutInfo >::isEqual().
1.8.6