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

#include "llvm/ADT/ilist_node_base.h"

Inheritance diagram for llvm::ilist_detail::node_base_parent< ParentTy >:
Inheritance graph
[legend]

Public Member Functions

void setNodeBaseParent (ParentTy *Parent)
 
const ParentTy * getNodeBaseParent () const
 
ParentTy * getNodeBaseParent ()
 

Detailed Description

template<class ParentTy>
class llvm::ilist_detail::node_base_parent< ParentTy >

Definition at line 49 of file ilist_node_base.h.

Member Function Documentation

◆ getNodeBaseParent() [1/2]

template<class ParentTy >
ParentTy * llvm::ilist_detail::node_base_parent< ParentTy >::getNodeBaseParent ( )
inline

Definition at line 55 of file ilist_node_base.h.

◆ getNodeBaseParent() [2/2]

template<class ParentTy >
const ParentTy * llvm::ilist_detail::node_base_parent< ParentTy >::getNodeBaseParent ( ) const
inline

Definition at line 54 of file ilist_node_base.h.

◆ setNodeBaseParent()

template<class ParentTy >
void llvm::ilist_detail::node_base_parent< ParentTy >::setNodeBaseParent ( ParentTy *  Parent)
inline

Definition at line 53 of file ilist_node_base.h.


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