AzerothCore 3.3.5a
OpenSource WoW Emulator
|
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< std::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<std::remove_cvref_t<T> >> > |