LLVM 20.0.0git
|
An access class for ilist_node private API. More...
#include "llvm/ADT/ilist_node.h"
Static Protected Member Functions | |
template<class OptionsT > | |
static ilist_node_impl< OptionsT > * | getNodePtr (typename OptionsT::pointer N) |
template<class OptionsT > | |
static const ilist_node_impl< OptionsT > * | getNodePtr (typename OptionsT::const_pointer N) |
template<class OptionsT > | |
static OptionsT::pointer | getValuePtr (ilist_node_impl< OptionsT > *N) |
template<class OptionsT > | |
static OptionsT::const_pointer | getValuePtr (const ilist_node_impl< OptionsT > *N) |
template<class OptionsT > | |
static ilist_node_impl< OptionsT > * | getPrev (ilist_node_impl< OptionsT > &N) |
template<class OptionsT > | |
static ilist_node_impl< OptionsT > * | getNext (ilist_node_impl< OptionsT > &N) |
template<class OptionsT > | |
static const ilist_node_impl< OptionsT > * | getPrev (const ilist_node_impl< OptionsT > &N) |
template<class OptionsT > | |
static const ilist_node_impl< OptionsT > * | getNext (const ilist_node_impl< OptionsT > &N) |
An access class for ilist_node private API.
This gives access to the private parts of ilist nodes. Nodes for an ilist should friend this class if they inherit privately from ilist_node.
Using this class outside of the ilist implementation is unsupported.
Definition at line 228 of file ilist_node.h.
|
inlinestaticprotected |
Definition at line 270 of file ilist_node.h.
References N.
|
inlinestaticprotected |
Definition at line 258 of file ilist_node.h.
References N.
|
inlinestaticprotected |
Definition at line 237 of file ilist_node.h.
References N.
|
inlinestaticprotected |
Definition at line 231 of file ilist_node.h.
References N.
|
inlinestaticprotected |
Definition at line 264 of file ilist_node.h.
References N.
|
inlinestaticprotected |
Definition at line 253 of file ilist_node.h.
References N.
|
inlinestaticprotected |
Definition at line 248 of file ilist_node.h.
References N.
|
inlinestaticprotected |
Definition at line 242 of file ilist_node.h.
References N.