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

Public Types

using iterator_category = core::forward_iterator_tag
 
using value_type = T
 
using pointer = T *
 
using reference = T &
 
using difference_type = uint32_t
 
using size_type = uint32_t
 
using iterator = fwd_llist_iterator
 

Public Member Functions

 fwd_llist_iterator (T *pNode)
 
reference operator* () const
 
pointer 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: