![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "Define.h"
#include "Duration.h"
#include "Random.h"
#include "advstd.h"
#include <map>
#include <type_traits>
Go to the source code of this file.
Classes | |
class | BasicEvent |
class | LambdaBasicEvent< T > |
class | EventProcessor |
Typedefs | |
template<typename T > | |
using | is_lambda_event = std::enable_if_t<!std::is_base_of_v< BasicEvent, std::remove_pointer_t< advstd::remove_cvref_t< T > > > > |
typedef std::multimap< uint64, BasicEvent * > | EventList |
typedef std::multimap<uint64, BasicEvent*> EventList |
using is_lambda_event = std::enable_if_t<!std::is_base_of_v<BasicEvent, std::remove_pointer_t<advstd::remove_cvref_t<T> >> > |