LLVM
8.0.1
|
Custom traits to do nothing on deletion. More...
#include "llvm/ADT/ilist.h"
Static Public Member Functions | |
static void | deleteNode (NodeTy *V) |
Custom traits to do nothing on deletion.
Specialize ilist_alloc_traits to inherit from this to disable the non-intrusive deletion in iplist (which implies ownership).
If you want purely intrusive semantics with no callbacks, consider using simple_ilist instead.
|
inlinestatic |