Definition at line 29 of file creation_queue.hpp.
Public Types | |
| typedef ComponentPool::type | type |
Public Member Functions | |
| void | clear () |
| creation_queue (ComponentPool &p) | |
| void | flush () |
| template<typename... Args> | |
| void | push (weak_entity e, Args &&...args) |
| ~creation_queue () | |
| void entity::component::creation_queue< ComponentPool >::clear | ( | ) |
Definition at line 64 of file creation_queue.hpp.
Referenced by entity::component::creation_queue< ComponentPool >::flush().
| void entity::component::creation_queue< ComponentPool >::flush | ( | ) |
Definition at line 57 of file creation_queue.hpp.
References entity::component::creation_queue< ComponentPool >::clear().
Referenced by entity::component::creation_queue< ComponentPool >::~creation_queue().
| void entity::component::creation_queue< ComponentPool >::push | ( | weak_entity | e, |
| Args &&... | args | ||
| ) |
Definition at line 46 of file creation_queue.hpp.
| typedef ComponentPool::type entity::component::creation_queue< ComponentPool >::type |
Definition at line 33 of file creation_queue.hpp.
| entity::component::creation_queue< ComponentPool >::creation_queue | ( | ComponentPool & | p | ) |
Definition at line 35 of file creation_queue.hpp.
| entity::component::creation_queue< ComponentPool >::~creation_queue | ( | ) |
Definition at line 39 of file creation_queue.hpp.
References entity::component::creation_queue< ComponentPool >::flush().