Definition at line 131 of file dense_pool.hpp.
Friends | |
| class | dense_pool |
Public Types | |
| typedef type | value_type |
Public Member Functions | |
| bool | advance (entity e) |
| value_type & | get () const |
| bool | increment (entity) |
| bool | is_end () const |
| bool | is_entity (entity) const |
| window () | |
|
friend |
Definition at line 169 of file dense_pool.hpp.
| bool entity::component::dense_pool< T >::window::advance | ( | entity | e | ) |
Definition at line 150 of file dense_pool.hpp.
| value_type& entity::component::dense_pool< T >::window::get | ( | ) | const |
Definition at line 157 of file dense_pool.hpp.
| bool entity::component::dense_pool< T >::window::increment | ( | entity | ) |
Definition at line 143 of file dense_pool.hpp.
| bool entity::component::dense_pool< T >::window::is_end | ( | ) | const |
Definition at line 162 of file dense_pool.hpp.
| bool entity::component::dense_pool< T >::window::is_entity | ( | entity | ) | const |
Definition at line 138 of file dense_pool.hpp.
| typedef type entity::component::dense_pool< T >::window::value_type |
Definition at line 133 of file dense_pool.hpp.
| entity::component::dense_pool< T >::window::window | ( | ) |
Definition at line 135 of file dense_pool.hpp.