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

#include <LiveInterval.h>

Public Member Functions

 SingleLinkedListIterator (T *P)
 
SingleLinkedListIterator< T > & operator++ ()
 
SingleLinkedListIterator< T > & operator++ (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 627 of file LiveInterval.h.

Constructor & Destructor Documentation

Definition at line 630 of file LiveInterval.h.

Member Function Documentation

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

Definition at line 640 of file LiveInterval.h.

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

Definition at line 646 of file LiveInterval.h.

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

Definition at line 631 of file LiveInterval.h.

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

Definition at line 635 of file LiveInterval.h.

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

Definition at line 649 of file LiveInterval.h.

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

Definition at line 643 of file LiveInterval.h.


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