LLVM 19.0.0git
List of all members
llvm::ilist_node_base< EnableSentinelTracking, ParentTy > Class Template Reference

Base class for ilist nodes. More...

#include "llvm/ADT/ilist_node_base.h"

Inheritance diagram for llvm::ilist_node_base< EnableSentinelTracking, ParentTy >:
Inheritance graph
[legend]

Additional Inherited Members

- Public Member Functions inherited from llvm::ilist_detail::node_base_parent< ParentTy >
void setNodeBaseParent (ParentTy *Parent)
 
const ParentTy * getNodeBaseParent () const
 
ParentTy * getNodeBaseParent ()
 

Detailed Description

template<bool EnableSentinelTracking, class ParentTy>
class llvm::ilist_node_base< EnableSentinelTracking, ParentTy >

Base class for ilist nodes.

Optionally tracks whether this node is the sentinel.

Definition at line 65 of file ilist_node_base.h.


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