![]() |
TrinityCore
|
#include <Map.h>
Public Types | |
| using | Container = std::unordered_map< ObjectGuid, ObjectType * > |
| using | KeyType = ObjectGuid |
| using | ValueType = ObjectType * |
Static Public Member Functions | |
| static bool | Insert (Container &container, ValueType object) |
| static bool | Remove (Container &container, ValueType object) |
| static std::size_t | Size (Container const &container) |
| static ValueType | Find (Container const &container, KeyType const &key) |
| using MapStoredObjectsUnorderedMap< ObjectType >::Container = std::unordered_map<ObjectGuid, ObjectType*> |
| using MapStoredObjectsUnorderedMap< ObjectType >::KeyType = ObjectGuid |
| using MapStoredObjectsUnorderedMap< ObjectType >::ValueType = ObjectType* |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |