![]() |
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 |
Player * PlayerNameMapHolder::Find | ( | std::string_view | name | ) |
void PlayerNameMapHolder::Insert | ( | Player * | p | ) |
void PlayerNameMapHolder::Remove | ( | Player * | p | ) |
|
static |