LLVM 18.0.0git
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) const
 
bool operator== (const SingleLinkedListIterator< T > &Other) const
 
Toperator* () const
 
Toperator-> () const
 

Detailed Description

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

Definition at line 730 of file LiveInterval.h.

Constructor & Destructor Documentation

◆ SingleLinkedListIterator()

template<typename T >
llvm::LiveInterval::SingleLinkedListIterator< T >::SingleLinkedListIterator ( T P)
inline

Definition at line 734 of file LiveInterval.h.

References P.

Member Function Documentation

◆ operator!=()

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

Definition at line 745 of file LiveInterval.h.

References llvm::Other, and P.

◆ operator*()

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

Definition at line 751 of file LiveInterval.h.

References P.

◆ operator++() [1/2]

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

Definition at line 736 of file LiveInterval.h.

References P.

◆ operator++() [2/2]

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

Definition at line 740 of file LiveInterval.h.

◆ operator->()

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

Definition at line 754 of file LiveInterval.h.

References P.

◆ operator==()

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

Definition at line 748 of file LiveInterval.h.

References llvm::Other, and P.


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