LLVM 19.0.0git
Public Member Functions | List of all members
llvm::ilist_detail::iterator_parent_access< IteratorTy, ParentTy, false > Class Template Reference

#include "llvm/ADT/ilist_iterator.h"

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: