|
LLVM
4.0.0
|
#include <StreamArray.h>
Public Member Functions | |
| FixedStreamArrayIterator (const FixedStreamArray< T > &Array, uint32_t Index) | |
| FixedStreamArrayIterator< T > & | operator= (const FixedStreamArrayIterator< T > &Other) |
| const T & | operator* () const |
| 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, T > | |
| FixedStreamArrayIterator< T > | operator+ (std::ptrdiff_tn) const |
| FixedStreamArrayIterator< T > | operator- (std::ptrdiff_tn) const |
| FixedStreamArrayIterator< T > & | operator++ () |
| FixedStreamArrayIterator< T > | operator++ (int) |
| FixedStreamArrayIterator< T > & | operator-- () |
| FixedStreamArrayIterator< T > | operator-- (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 |
| T * | operator-> () const |
| ReferenceProxy | operator[] (std::ptrdiff_tn) const |
Additional Inherited Members | |
Protected Types inherited from llvm::iterator_facade_base< FixedStreamArrayIterator< T >, std::random_access_iterator_tag, T > | |
| enum | |
Definition at line 199 of file StreamArray.h.
|
inline |
Definition at line 257 of file StreamArray.h.
|
inline |
Definition at line 267 of file StreamArray.h.
|
inline |
Definition at line 274 of file StreamArray.h.
References N.
|
inline |
Definition at line 285 of file StreamArray.h.
References assert().
|
inline |
Definition at line 279 of file StreamArray.h.
|
inline |
Definition at line 291 of file StreamArray.h.
References assert().
|
inline |
Definition at line 261 of file StreamArray.h.
|
inline |
Definition at line 269 of file StreamArray.h.
References assert().
1.8.6