LLVM  8.0.1
Public Member Functions | List of all members
llvm::LiveInterval::SingleLinkedListIterator< T > Class Template Reference

#include "llvm/CodeGen/LiveInterval.h"

Public Member Functions

 SingleLinkedListIterator (T *P)
 
SingleLinkedListIterator< T > & operator++ ()
 
SingleLinkedListIterator< Toperator++ (int)
 
bool operator!= (const SingleLinkedListIterator< T > &Other)
 
bool operator== (const SingleLinkedListIterator< T > &Other)
 
Toperator* () const
 
Toperator-> () const
 

Detailed Description

template<typename T>
class llvm::LiveInterval::SingleLinkedListIterator< T >

Definition at line 677 of file LiveInterval.h.

Constructor & Destructor Documentation

◆ SingleLinkedListIterator()

Definition at line 681 of file LiveInterval.h.

Member Function Documentation

◆ operator!=()

template<typename T>
bool llvm::LiveInterval::SingleLinkedListIterator< T >::operator!= ( const SingleLinkedListIterator< T > &  Other)
inline

Definition at line 692 of file LiveInterval.h.

◆ operator*()

template<typename T>
T& llvm::LiveInterval::SingleLinkedListIterator< T >::operator* ( ) const
inline

Definition at line 698 of file LiveInterval.h.

References P.

◆ operator++() [1/2]

template<typename T>
SingleLinkedListIterator<T>& llvm::LiveInterval::SingleLinkedListIterator< T >::operator++ ( )
inline

Definition at line 683 of file LiveInterval.h.

◆ operator++() [2/2]

template<typename T>
SingleLinkedListIterator<T> llvm::LiveInterval::SingleLinkedListIterator< T >::operator++ ( int  )
inline

Definition at line 687 of file LiveInterval.h.

◆ operator->()

template<typename T>
T* llvm::LiveInterval::SingleLinkedListIterator< T >::operator-> ( ) const
inline

Definition at line 701 of file LiveInterval.h.

References P.

◆ operator==()

template<typename T>
bool llvm::LiveInterval::SingleLinkedListIterator< T >::operator== ( const SingleLinkedListIterator< T > &  Other)
inline

Definition at line 695 of file LiveInterval.h.


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