LLVM
20.0.0git
llvm
ilist_node
List of all members
llvm::ilist_node< T, Options > Class Template Reference
#include "
llvm/ADT/ilist_node.h
"
Inheritance diagram for llvm::ilist_node< T, Options >:
[
legend
]
Additional Inherited Members
Public Member Functions inherited from
llvm::ilist_node_impl< ilist_detail::compute_node_options< T, Options... >::type >
self_iterator
getIterator
()
const_self_iterator
getIterator
()
const
reverse_self_iterator
getReverseIterator
()
const_reverse_self_iterator
getReverseIterator
()
const
bool
isSentinel
()
const
Check
whether this is the sentinel node.
Public Member Functions inherited from
llvm::ilist_detail::node_parent_access< NodeTy, ParentTy >
const
ParentTy *
getParent
()
const
ParentTy *
getParent
()
void
setParent
(ParentTy *Parent)
Protected Types inherited from
llvm::ilist_node_impl< ilist_detail::compute_node_options< T, Options... >::type >
using
self_iterator
= typename
ilist_select_iterator_type
< OptionsT::has_iterator_bits,
ilist_detail::compute_node_options
<
T
, Options... >::type, false, false >::type
using
const_self_iterator
= typename
ilist_select_iterator_type
< OptionsT::has_iterator_bits,
ilist_detail::compute_node_options
<
T
, Options... >::type, false,
true
>::type
using
reverse_self_iterator
= typename
ilist_select_iterator_type
< OptionsT::has_iterator_bits,
ilist_detail::compute_node_options
<
T
, Options... >::type,
true
, false >::type
using
const_reverse_self_iterator
= typename
ilist_select_iterator_type
< OptionsT::has_iterator_bits,
ilist_detail::compute_node_options
<
T
, Options... >::type,
true
,
true
>::type
Protected Member Functions inherited from
llvm::ilist_node_impl< ilist_detail::compute_node_options< T, Options... >::type >
ilist_node_impl
()=default
Detailed Description
template<class
T
, class... Options>
class llvm::ilist_node< T, Options >
Definition at line
213
of file
ilist_node.h
.
The documentation for this class was generated from the following file:
include/llvm/ADT/
ilist_node.h
Generated on Thu Nov 21 2024 07:45:07 for LLVM by
1.9.6