FCT
|
#include "../ThirdParty.h"
#include <unordered_map>
#include <vector>
#include <functional>
#include <memory>
命名空间 | |
namespace | FCT |
namespace | FCT::EventSystemConfig |
类型定义 | |
using | FCT::SubscribeId = std::size_t |
template<typename Config = EventSystemConfig::Full> | |
using | FCT::EventDispatcher = IEventSystem<Config> |