LLVM 20.0.0git
|
Callbacks do nothing by default in iplist and ilist. More...
#include "llvm/ADT/ilist.h"
Public Member Functions | |
void | addNodeToList (NodeTy *) |
void | removeNodeFromList (NodeTy *) |
template<class Iterator > | |
void | transferNodesFromList (ilist_callback_traits &OldList, Iterator, Iterator) |
Callback before transferring nodes to this list. | |
Callbacks do nothing by default in iplist and ilist.
Specialize this for to use callbacks for when nodes change their list membership.
|
inline |
|
inline |
|
inline |