![]() |
TrinityCore
|
Include dependency graph for EventProcessor.h:
This graph shows which files directly or indirectly include this file: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 > > > > |
| using is_lambda_event = std::enable_if_t<!std::is_base_of_v<BasicEvent, std::remove_pointer_t<std::remove_cvref_t<T> >> > |
Definition at line 91 of file EventProcessor.h.