Definition at line 108 of file sparse_pool.hpp.
Friends | |
| class | sparse_pool |
Public Types | |
| typedef type | value_type |
Public Member Functions | |
| bool | advance (entity target) |
| value_type & | get () const |
| bool | increment (entity target) |
| bool | is_end () const |
| bool | is_entity (entity e) const |
| window () | |
|
friend |
Definition at line 145 of file sparse_pool.hpp.
| bool entity::component::sparse_pool< T >::window::advance | ( | entity | target | ) |
Definition at line 128 of file sparse_pool.hpp.
References entity::component::sparse_pool< T >::window::increment().
| value_type& entity::component::sparse_pool< T >::window::get | ( | ) | const |
Definition at line 133 of file sparse_pool.hpp.
| bool entity::component::sparse_pool< T >::window::increment | ( | entity | target | ) |
Definition at line 120 of file sparse_pool.hpp.
Referenced by entity::component::sparse_pool< T >::window::advance().
| bool entity::component::sparse_pool< T >::window::is_end | ( | ) | const |
Definition at line 138 of file sparse_pool.hpp.
| bool entity::component::sparse_pool< T >::window::is_entity | ( | entity | e | ) | const |
Definition at line 115 of file sparse_pool.hpp.
| typedef type entity::component::sparse_pool< T >::window::value_type |
Definition at line 110 of file sparse_pool.hpp.
| entity::component::sparse_pool< T >::window::window | ( | ) |
Definition at line 112 of file sparse_pool.hpp.