LLVM 22.0.0git
llvm::ilist_detail::node_parent_access< NodeTy, void > Class Template Reference

#include "llvm/ADT/ilist_node.h"

Inheritance diagram for llvm::ilist_detail::node_parent_access< NodeTy, void >:
[legend]

Public Member Functions

const void * getParent () const
void setParent (void *Parent)

Detailed Description

template<class NodeTy>
class llvm::ilist_detail::node_parent_access< NodeTy, void >

Definition at line 44 of file ilist_node.h.

Member Function Documentation

◆ getParent()

const void * llvm::ilist_detail::node_parent_access< NodeTy, void >::getParent ( ) const
inline

Definition at line 34 of file ilist_node.h.

◆ setParent()

void llvm::ilist_detail::node_parent_access< NodeTy, void >::setParent ( void * Parent)
inline

Definition at line 40 of file ilist_node.h.


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