![]() |
TrinityCore
|
Typedefs | |
| typedef std::unordered_map< std::string, Player * > | MapType |
Functions | |
| void | Insert (Player *p) |
| void | Remove (Player *p) |
| Player * | Find (std::string_view name) |
Variables | |
| static MapType | PlayerNameMap |
| typedef std::unordered_map<std::string, Player*> PlayerNameMapHolder::MapType |
Definition at line 78 of file ObjectAccessor.cpp.
| Player * PlayerNameMapHolder::Find | ( | std::string_view | name | ) |
Definition at line 91 of file ObjectAccessor.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void PlayerNameMapHolder::Insert | ( | Player * | p | ) |
Definition at line 81 of file ObjectAccessor.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void PlayerNameMapHolder::Remove | ( | Player * | p | ) |
Definition at line 86 of file ObjectAccessor.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 79 of file ObjectAccessor.cpp.