Flecs v3.2
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
flecs::array_iterator< T > Struct Template Reference

Public Member Functions

 array_iterator (T *value, int index)
 
bool operator!= (array_iterator const &other) const
 
T & operator* () const
 
array_iteratoroperator++ ()
 

Detailed Description

template<typename T>
struct flecs::array_iterator< T >

Definition at line 12 of file array.hpp.

Constructor & Destructor Documentation

◆ array_iterator()

template<typename T >
flecs::array_iterator< T >::array_iterator ( T * value,
int index )
inlineexplicit

Definition at line 14 of file array.hpp.

Member Function Documentation

◆ operator!=()

template<typename T >
bool flecs::array_iterator< T >::operator!= ( array_iterator< T > const & other) const
inline

Definition at line 19 of file array.hpp.

◆ operator*()

template<typename T >
T & flecs::array_iterator< T >::operator* ( ) const
inline

Definition at line 24 of file array.hpp.

◆ operator++()

template<typename T >
array_iterator & flecs::array_iterator< T >::operator++ ( )
inline

Definition at line 29 of file array.hpp.


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