LLVM 22.0.0git
llvm::ilist_detail::node_options< T, EnableSentinelTracking, IsSentinelTrackingExplicit, TagT, HasIteratorBits, ParentTy > Struct Template Reference

Traits for options for ilist_node. More...

#include "llvm/ADT/ilist_node_options.h"

Inheritance diagram for llvm::ilist_detail::node_options< T, EnableSentinelTracking, IsSentinelTrackingExplicit, TagT, HasIteratorBits, ParentTy >:
[legend]

Public Types

typedef T value_type
typedef Tpointer
typedef Treference
typedef const Tconst_pointer
typedef const Tconst_reference
typedef TagT tag
typedef ParentTy parent_ty
typedef ilist_node_base< enable_sentinel_tracking, parent_tynode_base_type
typedef ilist_base< enable_sentinel_tracking, parent_tylist_base_type

Static Public Attributes

static const bool enable_sentinel_tracking = EnableSentinelTracking
static const bool is_sentinel_tracking_explicit = IsSentinelTrackingExplicit
static const bool has_iterator_bits = HasIteratorBits

Detailed Description

template<class T, bool EnableSentinelTracking, bool IsSentinelTrackingExplicit, class TagT, bool HasIteratorBits, class ParentTy>
struct llvm::ilist_detail::node_options< T, EnableSentinelTracking, IsSentinelTrackingExplicit, TagT, HasIteratorBits, ParentTy >

Traits for options for ilist_node.

This is usually computed via compute_node_options.

Definition at line 156 of file ilist_node_options.h.

Member Typedef Documentation

◆ const_pointer

template<class T, bool EnableSentinelTracking, bool IsSentinelTrackingExplicit, class TagT, bool HasIteratorBits, class ParentTy>
typedef const T* llvm::ilist_detail::node_options< T, EnableSentinelTracking, IsSentinelTrackingExplicit, TagT, HasIteratorBits, ParentTy >::const_pointer

Definition at line 160 of file ilist_node_options.h.

◆ const_reference

template<class T, bool EnableSentinelTracking, bool IsSentinelTrackingExplicit, class TagT, bool HasIteratorBits, class ParentTy>
typedef const T& llvm::ilist_detail::node_options< T, EnableSentinelTracking, IsSentinelTrackingExplicit, TagT, HasIteratorBits, ParentTy >::const_reference

Definition at line 161 of file ilist_node_options.h.

◆ list_base_type

template<class T, bool EnableSentinelTracking, bool IsSentinelTrackingExplicit, class TagT, bool HasIteratorBits, class ParentTy>
typedef ilist_base<enable_sentinel_tracking, parent_ty> llvm::ilist_detail::node_options< T, EnableSentinelTracking, IsSentinelTrackingExplicit, TagT, HasIteratorBits, ParentTy >::list_base_type

Definition at line 169 of file ilist_node_options.h.

◆ node_base_type

template<class T, bool EnableSentinelTracking, bool IsSentinelTrackingExplicit, class TagT, bool HasIteratorBits, class ParentTy>
typedef ilist_node_base<enable_sentinel_tracking, parent_ty> llvm::ilist_detail::node_options< T, EnableSentinelTracking, IsSentinelTrackingExplicit, TagT, HasIteratorBits, ParentTy >::node_base_type

Definition at line 168 of file ilist_node_options.h.

◆ parent_ty

template<class T, bool EnableSentinelTracking, bool IsSentinelTrackingExplicit, class TagT, bool HasIteratorBits, class ParentTy>
typedef ParentTy llvm::ilist_detail::node_options< T, EnableSentinelTracking, IsSentinelTrackingExplicit, TagT, HasIteratorBits, ParentTy >::parent_ty

Definition at line 167 of file ilist_node_options.h.

◆ pointer

template<class T, bool EnableSentinelTracking, bool IsSentinelTrackingExplicit, class TagT, bool HasIteratorBits, class ParentTy>
typedef T* llvm::ilist_detail::node_options< T, EnableSentinelTracking, IsSentinelTrackingExplicit, TagT, HasIteratorBits, ParentTy >::pointer

Definition at line 158 of file ilist_node_options.h.

◆ reference

template<class T, bool EnableSentinelTracking, bool IsSentinelTrackingExplicit, class TagT, bool HasIteratorBits, class ParentTy>
typedef T& llvm::ilist_detail::node_options< T, EnableSentinelTracking, IsSentinelTrackingExplicit, TagT, HasIteratorBits, ParentTy >::reference

Definition at line 159 of file ilist_node_options.h.

◆ tag

template<class T, bool EnableSentinelTracking, bool IsSentinelTrackingExplicit, class TagT, bool HasIteratorBits, class ParentTy>
typedef TagT llvm::ilist_detail::node_options< T, EnableSentinelTracking, IsSentinelTrackingExplicit, TagT, HasIteratorBits, ParentTy >::tag

Definition at line 166 of file ilist_node_options.h.

◆ value_type

template<class T, bool EnableSentinelTracking, bool IsSentinelTrackingExplicit, class TagT, bool HasIteratorBits, class ParentTy>
typedef T llvm::ilist_detail::node_options< T, EnableSentinelTracking, IsSentinelTrackingExplicit, TagT, HasIteratorBits, ParentTy >::value_type

Definition at line 157 of file ilist_node_options.h.

Member Data Documentation

◆ enable_sentinel_tracking

template<class T, bool EnableSentinelTracking, bool IsSentinelTrackingExplicit, class TagT, bool HasIteratorBits, class ParentTy>
const bool llvm::ilist_detail::node_options< T, EnableSentinelTracking, IsSentinelTrackingExplicit, TagT, HasIteratorBits, ParentTy >::enable_sentinel_tracking = EnableSentinelTracking
static

Definition at line 163 of file ilist_node_options.h.

◆ has_iterator_bits

template<class T, bool EnableSentinelTracking, bool IsSentinelTrackingExplicit, class TagT, bool HasIteratorBits, class ParentTy>
const bool llvm::ilist_detail::node_options< T, EnableSentinelTracking, IsSentinelTrackingExplicit, TagT, HasIteratorBits, ParentTy >::has_iterator_bits = HasIteratorBits
static

Definition at line 165 of file ilist_node_options.h.

◆ is_sentinel_tracking_explicit

template<class T, bool EnableSentinelTracking, bool IsSentinelTrackingExplicit, class TagT, bool HasIteratorBits, class ParentTy>
const bool llvm::ilist_detail::node_options< T, EnableSentinelTracking, IsSentinelTrackingExplicit, TagT, HasIteratorBits, ParentTy >::is_sentinel_tracking_explicit = IsSentinelTrackingExplicit
static

Definition at line 164 of file ilist_node_options.h.


The documentation for this struct was generated from the following file: