class ImutAVLTreeGenericIterator
Declaration
template <typename ImutInfo>
class ImutAVLTreeGenericIterator { /* full declaration omitted */ };
Declared at: llvm/include/llvm/ADT/ImmutableSet.h:648
Templates
- ImutInfo
Method Overview
- public ImutAVLTreeGenericIterator<ImutInfo>()
- public ImutAVLTreeGenericIterator<ImutInfo>(const llvm::ImutAVLTreeGenericIterator::TreeTy * Root)
- public bool atBeginning() const
- public bool atEnd() const
- public uintptr_t getVisitState() const
- public void skipToParent()
Methods
¶ImutAVLTreeGenericIterator<ImutInfo>()
ImutAVLTreeGenericIterator<ImutInfo>()
Declared at: llvm/include/llvm/ADT/ImmutableSet.h:659
¶ImutAVLTreeGenericIterator<ImutInfo>(
const llvm::ImutAVLTreeGenericIterator::
TreeTy* Root)
ImutAVLTreeGenericIterator<ImutInfo>(
const llvm::ImutAVLTreeGenericIterator::
TreeTy* Root)
Declared at: llvm/include/llvm/ADT/ImmutableSet.h:660
Parameters
- const llvm::ImutAVLTreeGenericIterator::TreeTy* Root
¶bool atBeginning() const
bool atBeginning() const
Declared at: llvm/include/llvm/ADT/ImmutableSet.h:677
¶bool atEnd() const
bool atEnd() const
Declared at: llvm/include/llvm/ADT/ImmutableSet.h:675
¶uintptr_t getVisitState() const
uintptr_t getVisitState() const
Declared at: llvm/include/llvm/ADT/ImmutableSet.h:670
¶void skipToParent()
void skipToParent()
Declared at: llvm/include/llvm/ADT/ImmutableSet.h:681