LLVM 22.0.0git
llvm::ilist_detail::iterator_parent_access< IteratorTy, ParentTy, false > Class Template Reference

#include "llvm/ADT/ilist_iterator.h"

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

Public Member Functions

ParentTy * getNodeParent ()

Detailed Description

template<class IteratorTy, class ParentTy>
class llvm::ilist_detail::iterator_parent_access< IteratorTy, ParentTy, false >

Definition at line 66 of file ilist_iterator.h.

Member Function Documentation

◆ getNodeParent()

template<class IteratorTy, class ParentTy>
ParentTy * llvm::ilist_detail::iterator_parent_access< IteratorTy, ParentTy, false >::getNodeParent ( )
inline

Definition at line 68 of file ilist_iterator.h.


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