LLVM
8.0.1
|
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 164 of file ilist_node.h.
|
inlinestaticprotected |
Definition at line 194 of file ilist_node.h.
Referenced by llvm::ilist_iterator< OptionsT, IsReverse, IsConst >::operator--().
|
inlinestaticprotected |
Definition at line 206 of file ilist_node.h.
|
inlinestaticprotected |
Definition at line 167 of file ilist_node.h.
References N.
|
inlinestaticprotected |
Definition at line 173 of file ilist_node.h.
References N.
|
inlinestaticprotected |
Definition at line 189 of file ilist_node.h.
Referenced by llvm::ilist_iterator< OptionsT, IsReverse, IsConst >::operator++().
|
inlinestaticprotected |
Definition at line 200 of file ilist_node.h.
|
inlinestaticprotected |
Definition at line 178 of file ilist_node.h.
References N.
|
inlinestaticprotected |
Definition at line 184 of file ilist_node.h.
References N.