LLVM 19.0.0git
llvm::ilist_detail::iterator_parent_access< IteratorTy, ParentTy, IsConst > Class Template Reference

Mixin class used to add a getNodeParent() function to iterators iff the list uses ilist_parent, calling through to the node's getParent(). More...

Inheritance diagram for llvm::ilist_detail::iterator_parent_access< IteratorTy, ParentTy, IsConst >:
Inheritance graph
[legend]

Detailed Description

template<class IteratorTy, class ParentTy, bool IsConst>
class llvm::ilist_detail::iterator_parent_access< IteratorTy, ParentTy, IsConst >

Mixin class used to add a getNodeParent() function to iterators iff the list uses ilist_parent, calling through to the node's getParent().

For more details see ilist_node.

Definition at line 57 of file ilist_iterator.h.


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