llvm-mos-sdk
|
#include <soa.h>
Public Member Functions | |
Ptr< const T > | operator* () const |
ArrayConstIterator & | operator++ () |
bool | operator== (const ArrayConstIterator &Other) const |
bool | operator!= (const ArrayConstIterator &Other) const |
Protected Member Functions | |
ArrayConstIterator (const Array< T, N > &A, uint8_t Idx) | |
Protected Attributes | |
const Array< T, N > & | A |
uint8_t | Idx |
Friends | |
class | Array< T, N > |
|
inlineprotected |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |
|
protected |
|
protected |