LLVM 20.0.0git
|
Base class for ilist nodes. More...
#include "llvm/ADT/ilist_node_base.h"
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 () |
Base class for ilist nodes.
Optionally tracks whether this node is the sentinel.
Definition at line 65 of file ilist_node_base.h.