LLVM  4.0.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< 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 667 of file LiveInterval.h.

Constructor & Destructor Documentation

Definition at line 670 of file LiveInterval.h.

Member Function Documentation

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

Definition at line 680 of file LiveInterval.h.

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

Definition at line 686 of file LiveInterval.h.

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

Definition at line 671 of file LiveInterval.h.

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

Definition at line 675 of file LiveInterval.h.

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

Definition at line 689 of file LiveInterval.h.

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

Definition at line 683 of file LiveInterval.h.


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