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

Public Types

using value_type = T
 
using difference_type = detail::difference_type
 
using size_type = detail::size_type
 
using iterator = page_iterator_soa
 
using iterator_category = core::bidirectional_iterator_tag
 

Public Member Functions

 page_iterator_soa (page_type *pPage)
 
 page_iterator_soa (page_type *pPage, page_type *pPageLast)
 
value_type operator* () const
 
value_type operator-> () const
 
iteratoroperator++ ()
 
iterator operator++ (int)
 
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: