![]() |
Gaia-ECS v0.9.3
A simple and powerful entity component system
|
Public Types | |
| using | value_type = T |
| using | difference_type = sarr_soa_detail::difference_type |
| using | size_type = sarr_soa_detail::size_type |
| using | iterator = sarr_soa_iterator |
| using | iterator_category = core::random_access_iterator_tag |
Public Member Functions | |
| sarr_soa_iterator (uint8_t *ptr, uint32_t cnt, uint32_t idx) | |
| T | operator* () const |
| T | operator-> () const |
| iterator | operator[] (size_type offset) const |
| iterator & | operator+= (size_type diff) |
| iterator & | operator-= (size_type diff) |
| iterator & | operator++ () |
| iterator | operator++ (int) |
| iterator & | operator-- () |
| iterator | operator-- (int) |
| iterator | operator+ (size_type offset) const |
| iterator | operator- (size_type offset) const |
| difference_type | operator- (const iterator &other) const |
| GAIA_NODISCARD bool | operator== (const iterator &other) const |
| GAIA_NODISCARD bool | operator!= (const iterator &other) const |
| GAIA_NODISCARD bool | operator> (const iterator &other) const |
| GAIA_NODISCARD bool | operator>= (const iterator &other) const |
| GAIA_NODISCARD bool | operator< (const iterator &other) const |
| GAIA_NODISCARD bool | operator<= (const iterator &other) const |