![]() |
TrinityCore
|
#include <WhoListStorage.h>
Public Member Functions | |
| WhoListStorageMgr (WhoListStorageMgr const &)=delete | |
| WhoListStorageMgr (WhoListStorageMgr &&)=delete | |
| WhoListStorageMgr & | operator= (WhoListStorageMgr const &)=delete |
| WhoListStorageMgr & | operator= (WhoListStorageMgr &&)=delete |
| void | Update () |
| WhoListInfoVector const & | GetWhoList () const |
Static Public Member Functions | |
| static WhoListStorageMgr * | instance () |
Protected Attributes | |
| WhoListInfoVector | _whoListStorage |
Private Member Functions | |
| WhoListStorageMgr () | |
| ~WhoListStorageMgr () | |
Definition at line 68 of file WhoListStorage.h.
|
privatedefault |
|
privatedefault |
|
delete |
|
delete |
|
inline |
Definition at line 83 of file WhoListStorage.h.
|
static |
Definition at line 29 of file WhoListStorage.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
delete |
|
delete |
| void WhoListStorageMgr::Update | ( | ) |
|
protected |
Definition at line 86 of file WhoListStorage.h.