Definition at line 50 of file dense_pool.hpp.
Public Types | |
| typedef ComponentPool::type | type |
Public Member Functions | |
| void | clear () |
| destruction_queue (ComponentPool &p) | |
| void | flush () |
| void | push (weak_entity e) |
| ~destruction_queue () | |
| void entity::component::destruction_queue< ComponentPool >::clear | ( | ) |
Definition at line 56 of file destruction_queue.hpp.
Referenced by entity::component::destruction_queue< ComponentPool >::flush().
| void entity::component::destruction_queue< ComponentPool >::flush | ( | ) |
Definition at line 49 of file destruction_queue.hpp.
References entity::component::destruction_queue< ComponentPool >::clear().
Referenced by entity::component::destruction_queue< ComponentPool >::~destruction_queue().
| void entity::component::destruction_queue< ComponentPool >::push | ( | weak_entity | e | ) |
Definition at line 44 of file destruction_queue.hpp.
| typedef ComponentPool::type entity::component::destruction_queue< ComponentPool >::type |
Definition at line 33 of file destruction_queue.hpp.
| entity::component::destruction_queue< ComponentPool >::destruction_queue | ( | ComponentPool & | p | ) |
Definition at line 35 of file destruction_queue.hpp.
| entity::component::destruction_queue< ComponentPool >::~destruction_queue | ( | ) |
Definition at line 39 of file destruction_queue.hpp.
References entity::component::destruction_queue< ComponentPool >::flush().