llvm-mos-sdk
Public Member Functions | Friends | List of all members
soa::ArrayIterator< T, N > Class Template Reference

#include <soa.h>

Inheritance diagram for soa::ArrayIterator< T, N >:
Inheritance graph
[legend]
Collaboration diagram for soa::ArrayIterator< T, N >:
Collaboration graph
[legend]

Public Member Functions

Ptr< T > operator* () const
 
ArrayIteratoroperator++ ()
 
- Public Member Functions inherited from soa::ArrayConstIterator< T, N >
Ptr< const T > operator* () const
 
ArrayConstIteratoroperator++ ()
 
bool operator== (const ArrayConstIterator &Other) const
 
bool operator!= (const ArrayConstIterator &Other) const
 

Friends

class Array< T, N >
 

Additional Inherited Members

- Protected Member Functions inherited from soa::ArrayConstIterator< T, N >
 ArrayConstIterator (const Array< T, N > &A, uint8_t Idx)
 
- Protected Attributes inherited from soa::ArrayConstIterator< T, N >
const Array< T, N > & A
 
uint8_t Idx
 

Member Function Documentation

◆ operator*()

template<typename T , uint8_t N>
Ptr<T> soa::ArrayIterator< T, N >::operator* ( ) const
inline

◆ operator++()

template<typename T , uint8_t N>
ArrayIterator& soa::ArrayIterator< T, N >::operator++ ( )
inline

Friends And Related Function Documentation

◆ Array< T, N >

template<typename T , uint8_t N>
friend class Array< T, N >
friend

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