Implementations of list algorithms using ilist_node_base.
Synopsis
Declared in <llvm/ADT/ilist_base.h>
template<
bool EnableSentinelTracking,
class ParentTy>
class ilist_base;
Type Aliases
Name |
Description |
Node base type this algorithm operates on. |
Static Member Functions
Name |
Description |
Insert typed node |
|
Insert |
|
Unlink typed node |
|
Unlink |
|
Unlink the half‐open typed range []`First,` |
|
Unlink the half‐open node range []`First,` |
|
Move typed range []`First,` |
|
Move []`First,` |
Created with MrDocs