![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "GridNotifiers.h"
Protected Member Functions | |
| template<typename T > | |
| ContainerInserter (T &ref_) | |
| void | Insert (Type type) |
Private Types | |
| using | InserterType = void(*)(void *, Type &&) |
Static Private Member Functions | |
| template<typename T > | |
| static void | InserterOf (void *ref, Type &&type) |
Private Attributes | |
| void * | ref |
| InserterType | inserter |
|
private |
|
inlineprotected |
|
inlineprotected |
|
inlinestaticprivate |
References Acore::ContainerInserter< Type >::ref.
|
private |
Referenced by Acore::ContainerInserter< Type >::Insert().
|
private |