AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
EventProcessor.h File Reference
#include "Define.h"
#include "Duration.h"
#include "Random.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< std::remove_cvref_t< T > > > >
 
typedef std::multimap< uint64, BasicEvent * > EventList
 

Typedef Documentation

◆ EventList

typedef std::multimap<uint64, BasicEvent*> EventList

◆ is_lambda_event

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> >> >