LLVM: llvm::ilist_node_base< EnableSentinelTracking, ParentTy > Class Template Reference (original) (raw)

Base class for ilist nodes. More...

#include "[llvm/ADT/ilist_node_base.h](ilist%5F%5Fnode%5F%5Fbase%5F8h%5Fsource.html)"

Inheritance diagram for llvm::ilist_node_base< EnableSentinelTracking, ParentTy >:

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: