![]() |
TrinityCore
|
#include <ObjectAccessor.h>
Public Types | |
| typedef std::unordered_map< ObjectGuid, T * > | MapType |
Static Public Member Functions | |
| static void | Insert (T *o) |
| static void | Remove (T *o) |
| static T * | Find (ObjectGuid guid) |
| static MapType & | GetContainer () |
| static std::shared_mutex * | GetLock () |
Private Member Functions | |
| HashMapHolder () | |
Definition at line 41 of file ObjectAccessor.h.
| typedef std::unordered_map<ObjectGuid, T*> HashMapHolder< T >::MapType |
Definition at line 48 of file ObjectAccessor.h.
|
inlineprivate |
Definition at line 44 of file ObjectAccessor.h.
|
static |
|
static |
|
static |
Definition at line 68 of file ObjectAccessor.cpp.
|
static |
|
static |