TrinityCore
WhoListStorage.h File Reference
#include "Common.h"
#include "ObjectGuid.h"
+ Include dependency graph for WhoListStorage.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  WhoListPlayerInfo
 
class  WhoListStorageMgr
 

Macros

#define sWhoListStorageMgr   WhoListStorageMgr::instance()
 

Typedefs

typedef std::vector< WhoListPlayerInfoWhoListInfoVector
 

Macro Definition Documentation

◆ sWhoListStorageMgr

#define sWhoListStorageMgr   WhoListStorageMgr::instance()

Definition at line 84 of file WhoListStorage.h.

Typedef Documentation

◆ WhoListInfoVector

typedef std::vector<WhoListPlayerInfo> WhoListInfoVector

Definition at line 66 of file WhoListStorage.h.