载入中...
搜索中...
未找到
Event.h 文件参考
#include <cstdint>
#include <mutex>
#include <queue>
#include <string>
#include <vector>
#include "common/Module.h"

浏览源代码.

struct  eve::event::Variant
 
class  eve::event::Message
 A named event carrying an ordered list of Variant payloads. Pushed messages are heap-allocated; the queue owns them until polled, after which the caller is responsible for deleting them. 更多...
 
class  eve::event::Event
 

命名空间

namespace  ssq
 EVEngine ECS 集成层:底层实现使用 sunxfancy/ECS.hpp https://github.com/sunxfancy/ECS.hpp
 
namespace  eve
 
namespace  eve::event