LLVM 22.0.0git
llvm::IntrusiveBackList< T >::iterator Class Reference

#include "llvm/CodeGen/DIE.h"

Inheritance diagram for llvm::IntrusiveBackList< T >::iterator:
[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
iteratoroperator++ ()
iteratoroperator-- ()
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
using value_type
using difference_type
using pointer
using reference
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 627 of file DIE.h.

Constructor & Destructor Documentation

◆ iterator() [1/2]

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

Referenced by operator++(), and operator==().

◆ iterator() [2/2]

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

Definition at line 635 of file DIE.h.

References T.

Member Function Documentation

◆ operator bool()

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

Definition at line 642 of file DIE.h.

◆ operator*()

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

Definition at line 643 of file DIE.h.

References T.

◆ operator++()

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

Definition at line 637 of file DIE.h.

References iterator().

◆ operator==()

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

Definition at line 645 of file DIE.h.

References iterator(), and X.

◆ const_iterator

template<class T>
friend class const_iterator
friend

Definition at line 629 of file DIE.h.

References const_iterator.

Referenced by const_iterator.


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