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

#include "llvm/Support/BinaryStreamArray.h"

Inheritance diagram for llvm::FixedStreamArrayIterator< T >:
Inheritance graph
[legend]
Collaboration diagram for llvm::FixedStreamArrayIterator< T >:
Collaboration graph
[legend]

Public Member Functions

 FixedStreamArrayIterator (const FixedStreamArray< T > &Array, uint32_t Index)
 
FixedStreamArrayIterator< T > & operator= (const FixedStreamArrayIterator< T > &Other)
 
const Toperator* () const
 
const Toperator* ()
 
bool operator== (const FixedStreamArrayIterator< T > &R) const
 
FixedStreamArrayIterator< T > & operator+= (std::ptrdiff_t N)
 
FixedStreamArrayIterator< T > & operator-= (std::ptrdiff_t N)
 
std::ptrdiff_t operator- (const FixedStreamArrayIterator< T > &R) const
 
bool operator< (const FixedStreamArrayIterator< T > &RHS) const
 
- Public Member Functions inherited from llvm::iterator_facade_base< FixedStreamArrayIterator< T >, std::random_access_iterator_tag, const T >
FixedStreamArrayIterator< Toperator+ (std::ptrdiff_t n) const
 
FixedStreamArrayIterator< Toperator- (std::ptrdiff_t n) const
 
FixedStreamArrayIterator< T > & operator++ ()
 
FixedStreamArrayIterator< Toperator++ (int)
 
FixedStreamArrayIterator< T > & operator-- ()
 
FixedStreamArrayIterator< Toperator-- (int)
 
bool operator!= (const FixedStreamArrayIterator< T > &RHS) const
 
bool operator> (const FixedStreamArrayIterator< T > &RHS) const
 
bool operator<= (const FixedStreamArrayIterator< T > &RHS) const
 
bool operator>= (const FixedStreamArrayIterator< T > &RHS) const
 
const Toperator-> ()
 
const Toperator-> () const
 
ReferenceProxy operator[] (std::ptrdiff_t n)
 
ReferenceProxy operator[] (std::ptrdiff_t n) const
 

Additional Inherited Members

- Protected Types inherited from llvm::iterator_facade_base< FixedStreamArrayIterator< T >, std::random_access_iterator_tag, const T >
enum  
 

Detailed Description

template<typename T>
class llvm::FixedStreamArrayIterator< T >

Definition at line 252 of file BinaryStreamArray.h.

Constructor & Destructor Documentation

◆ FixedStreamArrayIterator()

template<typename T>
llvm::FixedStreamArrayIterator< T >::FixedStreamArrayIterator ( const FixedStreamArray< T > &  Array,
uint32_t  Index 
)
inline

Definition at line 324 of file BinaryStreamArray.h.

Member Function Documentation

◆ operator*() [1/2]

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

Definition at line 334 of file BinaryStreamArray.h.

◆ operator*() [2/2]

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

Definition at line 335 of file BinaryStreamArray.h.

◆ operator+=()

template<typename T>
FixedStreamArrayIterator<T>& llvm::FixedStreamArrayIterator< T >::operator+= ( std::ptrdiff_t  N)
inline

Definition at line 342 of file BinaryStreamArray.h.

◆ operator-()

template<typename T>
std::ptrdiff_t llvm::FixedStreamArrayIterator< T >::operator- ( const FixedStreamArrayIterator< T > &  R) const
inline

Definition at line 353 of file BinaryStreamArray.h.

◆ operator-=()

template<typename T>
FixedStreamArrayIterator<T>& llvm::FixedStreamArrayIterator< T >::operator-= ( std::ptrdiff_t  N)
inline

Definition at line 347 of file BinaryStreamArray.h.

◆ operator<()

template<typename T>
bool llvm::FixedStreamArrayIterator< T >::operator< ( const FixedStreamArrayIterator< T > &  RHS) const
inline

Definition at line 359 of file BinaryStreamArray.h.

◆ operator=()

template<typename T>
FixedStreamArrayIterator<T>& llvm::FixedStreamArrayIterator< T >::operator= ( const FixedStreamArrayIterator< T > &  Other)
inline

Definition at line 328 of file BinaryStreamArray.h.

◆ operator==()

template<typename T>
bool llvm::FixedStreamArrayIterator< T >::operator== ( const FixedStreamArrayIterator< T > &  R) const
inline

Definition at line 337 of file BinaryStreamArray.h.


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