llvm-mos-sdk
|
#include <soa.h>
Public Member Functions | |
Ptr< T > | operator* () const |
ArrayIterator & | operator++ () |
![]() | |
Ptr< const T > | operator* () const |
ArrayConstIterator & | operator++ () |
bool | operator== (const ArrayConstIterator &Other) const |
bool | operator!= (const ArrayConstIterator &Other) const |
Friends | |
class | Array< T, N > |
Additional Inherited Members | |
![]() | |
ArrayConstIterator (const Array< T, N > &A, uint8_t Idx) | |
![]() | |
const Array< T, N > & | A |
uint8_t | Idx |
|
inline |
|
inline |
|
friend |