LLVM  8.0.1
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]
Collaboration diagram for llvm::IntrusiveBackList< T >::iterator:
Collaboration graph
[legend]

Public Member Functions

 iterator ()=default
 
 iterator (T *N)
 
iteratoroperator++ ()
 
 operator bool () const
 
Toperator* () const
 
bool operator== (const iterator &X) 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
 
Toperator-> ()
 
Toperator-> () const
 
ReferenceProxy operator[] (std::ptrdiff_t n)
 
ReferenceProxy operator[] (std::ptrdiff_t n) const
 

Friends

class const_iterator
 

Additional Inherited Members

- 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 516 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 524 of file DIE.h.

Member Function Documentation

◆ operator bool()

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

Definition at line 531 of file DIE.h.

References N.

◆ operator!=()

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

Definition at line 535 of file DIE.h.

◆ operator*()

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

Definition at line 532 of file DIE.h.

References N.

◆ operator++()

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

Definition at line 526 of file DIE.h.

◆ operator==()

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

Definition at line 534 of file DIE.h.

Friends And Related Function Documentation

◆ const_iterator

template<class T>
friend class const_iterator
friend

Definition at line 518 of file DIE.h.


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