LLVM
8.0.1
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
]
Collaboration 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.
More...
Protected Types inherited from
llvm::ilist_node_impl< ilist_detail::compute_node_options< T, Options... >::type >
using
self_iterator
=
ilist_iterator
<
ilist_detail::compute_node_options
<
T
, Options... >::
type
,
false
,
false
>
using
const_self_iterator
=
ilist_iterator
<
ilist_detail::compute_node_options
<
T
, Options... >::
type
,
false
,
true
>
using
reverse_self_iterator
=
ilist_iterator
<
ilist_detail::compute_node_options
<
T
, Options... >::
type
,
true
,
false
>
using
const_reverse_self_iterator
=
ilist_iterator
<
ilist_detail::compute_node_options
<
T
, Options... >::
type
,
true
,
true
>
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
149
of file
ilist_node.h
.
The documentation for this class was generated from the following file:
include/llvm/ADT/
ilist_node.h
Generated on Sun Dec 20 2020 14:02:51 for LLVM by
1.8.13