LLVM 19.0.0git
Public Member Functions | Friends | List of all members
llvm::IntrusiveBackList< T >::iterator Class Reference

#include "llvm/CodeGen/DIE.h"

Inheritance diagram for llvm::IntrusiveBackList< T >::iterator:
Inheritance graph
[legend]

Public Member Functions

 iterator ()=default
 
 iterator (T *N)
 
iteratoroperator++ ()
 
 operator bool () const
 
Toperator* () const
 
bool operator== (const iterator &X) const
 
- Public Member Functions inherited from llvm::iterator_facade_base< iterator, std::forward_iterator_tag, T >
iterator operator+ (std::ptrdiff_t n) const
 
iterator operator- (std::ptrdiff_t n) const
 
iterator & operator++ ()
 
iterator operator++ (int)
 
iterator & operator-- ()
 
iterator operator-- (int)
 
bool operator!= (const iterator &RHS) const
 
bool operator> (const iterator &RHS) const
 
bool operator<= (const iterator &RHS) const
 
bool operator>= (const iterator &RHS) const
 
PointerProxy operator-> () const
 
ReferenceProxy operator[] (std::ptrdiff_t n) const
 

Friends

class const_iterator
 

Additional Inherited Members

- Public Types inherited from llvm::iterator_facade_base< iterator, std::forward_iterator_tag, T >
using iterator_category = std::forward_iterator_tag
 
using value_type = T
 
using difference_type = std::ptrdiff_t
 
using pointer = T *
 
using reference = T &
 
- Protected Types inherited from llvm::iterator_facade_base< iterator, std::forward_iterator_tag, T >
enum  
 

Detailed Description

template<class T>
class llvm::IntrusiveBackList< T >::iterator

Definition at line 618 of file DIE.h.

Constructor & Destructor Documentation

◆ iterator() [1/2]

template<class T >
llvm::IntrusiveBackList< T >::iterator::iterator ( )
default

◆ iterator() [2/2]

template<class T >
llvm::IntrusiveBackList< T >::iterator::iterator ( T N)
inlineexplicit

Definition at line 626 of file DIE.h.

Member Function Documentation

◆ operator bool()

template<class T >
llvm::IntrusiveBackList< T >::iterator::operator bool ( ) const
inlineexplicit

Definition at line 633 of file DIE.h.

References N.

◆ operator*()

template<class T >
T & llvm::IntrusiveBackList< T >::iterator::operator* ( ) const
inline

Definition at line 634 of file DIE.h.

References N.

◆ operator++()

template<class T >
iterator & llvm::IntrusiveBackList< T >::iterator::operator++ ( )
inline

Definition at line 628 of file DIE.h.

References N.

◆ operator==()

template<class T >
bool llvm::IntrusiveBackList< T >::iterator::operator== ( const iterator X) const
inline

Definition at line 636 of file DIE.h.

References N, and X.

Friends And Related Function Documentation

◆ const_iterator

template<class T >
friend class const_iterator
friend

Definition at line 620 of file DIE.h.


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