TrinityCore
Loading...
Searching...
No Matches
WhoListStorageMgr Class Reference

#include <WhoListStorage.h>

Public Member Functions

 WhoListStorageMgr (WhoListStorageMgr const &)=delete
 
 WhoListStorageMgr (WhoListStorageMgr &&)=delete
 
WhoListStorageMgroperator= (WhoListStorageMgr const &)=delete
 
WhoListStorageMgroperator= (WhoListStorageMgr &&)=delete
 
void Update ()
 
WhoListInfoVector const & GetWhoList () const
 

Static Public Member Functions

static WhoListStorageMgrinstance ()
 

Protected Attributes

WhoListInfoVector _whoListStorage
 

Private Member Functions

 WhoListStorageMgr ()
 
 ~WhoListStorageMgr ()
 

Detailed Description

Definition at line 68 of file WhoListStorage.h.

Constructor & Destructor Documentation

◆ WhoListStorageMgr() [1/3]

WhoListStorageMgr::WhoListStorageMgr ( )
privatedefault

◆ ~WhoListStorageMgr()

WhoListStorageMgr::~WhoListStorageMgr ( )
privatedefault

◆ WhoListStorageMgr() [2/3]

WhoListStorageMgr::WhoListStorageMgr ( WhoListStorageMgr const &  )
delete

◆ WhoListStorageMgr() [3/3]

WhoListStorageMgr::WhoListStorageMgr ( WhoListStorageMgr &&  )
delete

Member Function Documentation

◆ GetWhoList()

WhoListInfoVector const & WhoListStorageMgr::GetWhoList ( ) const
inline

Definition at line 83 of file WhoListStorage.h.

◆ instance()

WhoListStorageMgr * WhoListStorageMgr::instance ( )
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:

◆ operator=() [1/2]

WhoListStorageMgr & WhoListStorageMgr::operator= ( WhoListStorageMgr &&  )
delete

◆ operator=() [2/2]

WhoListStorageMgr & WhoListStorageMgr::operator= ( WhoListStorageMgr const &  )
delete

◆ Update()

void WhoListStorageMgr::Update ( )

Definition at line 35 of file WhoListStorage.cpp.

+ Here is the call graph for this function:

Member Data Documentation

◆ _whoListStorage

WhoListInfoVector WhoListStorageMgr::_whoListStorage
protected

Definition at line 86 of file WhoListStorage.h.


The documentation for this class was generated from the following files: