#include <CommandQueue.hpp>
◆ add()
| void sd::CommandQueue::add |
( |
Args &&... |
args | ) |
|
|
inline |
◆ apply()
◆ clear()
| void sd::CommandQueue::clear |
( |
| ) |
|
◆ deserialize()
◆ get_count()
| usize sd::CommandQueue::get_count |
( |
| ) |
const |
◆ get_entity()
◆ is_handle_resolved()
◆ serialize()
◆ set_entity_for_handle()
◆ m_commands
| std::vector<std::unique_ptr<Command> > sd::CommandQueue::m_commands |
|
private |
◆ m_handle_to_entity
| std::vector<Entity> sd::CommandQueue::m_handle_to_entity |
|
private |
◆ m_mutex
| std::mutex sd::CommandQueue::m_mutex |
|
private |
The documentation for this class was generated from the following files: