Sentinel node that marks the end of an intrusive list.
Synopsis
Declared in <llvm/ADT/ilist_node.h>
template<class OptionsT>
class ilist_sentinel
: public ilist_node_impl<OptionsT>
Base Classes
Name |
Description |
Implementation for an ilist node. |
Member Functions
Name |
Description |
|
Construct an empty circular list sentinel. |
Return true if the list contains no real nodes (only this sentinel). |
|
|
|
|
|
|
|
Check whether this is the sentinel node. |
|
Reset prev/next links so the list is empty (sentinel points to itself). |
|
Record |
Using Declarations
Name |
Description |
Return whether this node is known to be a list sentinel. |
Protected Type Aliases
Name |
Description |
Const reverse iterator referring to this node. |
|
Forward const iterator referring to this node. |
|
Reverse mutable iterator referring to this node. |
|
Forward mutable iterator referring to this node. |
Created with MrDocs