![]() |
TrinityCore
|
#include <GridNotifiers.h>
Public Member Functions | |
| LocalizedDo (Localizer &localizer) | |
| void | operator() (Player const *p) |
Private Types | |
| using | LocalizedAction = std::remove_pointer_t< decltype(std::declval< Localizer >()(LocaleConstant{}))> |
Private Attributes | |
| Localizer & | _localizer |
| std::vector< std::unique_ptr< LocalizedAction > > | _localizedCache |
Definition at line 2071 of file GridNotifiers.h.
|
private |
Definition at line 2073 of file GridNotifiers.h.
|
inlineexplicit |
Definition at line 2076 of file GridNotifiers.h.
| void Trinity::LocalizedDo< Localizer >::operator() | ( | Player const * | p | ) |
|
private |
Definition at line 2082 of file GridNotifiers.h.
|
private |
Definition at line 2081 of file GridNotifiers.h.