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

#include "llvm/ADT/ilist_iterator.h"

Public Member Functions

const ParentTy * getNodeParent () const
 

Detailed Description

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

Definition at line 59 of file ilist_iterator.h.

Member Function Documentation

◆ getNodeParent()

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

Definition at line 61 of file ilist_iterator.h.


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