15namespace ECS {
namespace Event {
20 LOG_INFO(
"Initialize EventHandler!",
"");
30 for (EventHandler::EventDispatcherMap::iterator it = this->
m_EventDispatcherMap.begin(); it != this->m_EventDispatcherMap.end(); ++it)
33 (*it).second =
nullptr;
44 LOG_INFO(
"Release EventHandler!",
"");
#define ECS_EVENT_MEMORY_BUFFER_SIZE
#define DEFINE_LOGGER(name)
#define LOG_INFO(format,...)
EventStorage m_EventStorage
Memory::Allocator::LinearAllocator EventMemoryAllocator
EventMemoryAllocator * m_EventMemoryAllocator
EventDispatcherMap m_EventDispatcherMap
const void * GetMemoryAddress0() const
const void * Allocate(size_t memSize, const char *user=nullptr)