FCT
载入中...
搜索中...
未找到
IEventSystem.h 文件参考
#include "../ThirdParty.h"
#include <unordered_map>
#include <vector>
#include <functional>
#include <memory>
IEventSystem.h 的引用(Include)关系图:
此图展示该文件被哪些文件直接或间接地引用了:

浏览该文件的源代码.

struct  FCT::EventSystemConfig::QueueOnly
struct  FCT::EventSystemConfig::TriggerOnly
struct  FCT::EventSystemConfig::Full
struct  FCT::EventSystemConfig::IdentifierFull
struct  FCT::EventSystemConfig::IdentifierTriggerOnly
class  FCT::IEventSystem< Config >
struct  FCT::IEventSystem< Config >::IEventHandler
struct  FCT::IEventSystem< Config >::EventHandler< Event >
struct  FCT::IEventSystem< Config >::QueuedEvent
struct  FCT::IEventSystem< Config >::IEventIdentifierHandler
struct  FCT::IEventSystem< Config >::EventIdentifierHandler< Event >

命名空间

namespace  FCT
namespace  FCT::EventSystemConfig

类型定义

using FCT::SubscribeId = std::size_t
template<typename Config = EventSystemConfig::Full>
using FCT::EventDispatcher = IEventSystem<Config>