Gaia-ECS v0.9.3
A simple and powerful entity component system
Loading...
Searching...
No Matches
gaia::cnt::const_darr_ext_soa_iterator< T > Struct Template Reference

Public Types

using value_type = T
 
using difference_type = darr_ext_soa_detail::difference_type
 
using size_type = darr_ext_soa_detail::size_type
 
using iterator = const_darr_ext_soa_iterator
 
using iterator_category = core::random_access_iterator_tag
 

Public Member Functions

 const_darr_ext_soa_iterator (const uint8_t *ptr, uint32_t cnt, uint32_t idx)
 
operator* () const
 
operator-> () const
 
iterator operator[] (size_type offset) const
 
iteratoroperator+= (size_type diff)
 
iteratoroperator-= (size_type diff)
 
iteratoroperator++ ()
 
iterator operator++ (int)
 
iteratoroperator-- ()
 
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
 

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