AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "LFG.h"
Public Member Functions | |
Lfg5Guids () | |
Lfg5Guids (ObjectGuid g) | |
Lfg5Guids (Lfg5Guids const &x) | |
Lfg5Guids (Lfg5Guids const &x, bool) | |
~Lfg5Guids () | |
void | addRoles (LfgRolesMap const &r) |
void | clear () |
bool | empty () const |
ObjectGuid | front () const |
uint8 | size () const |
void | insert (const ObjectGuid &g) |
void | force_insert_front (const ObjectGuid &g) |
void | remove (const ObjectGuid &g) |
bool | hasGuid (const ObjectGuid &g) const |
bool | operator< (const Lfg5Guids &x) const |
bool | operator== (const Lfg5Guids &x) const |
void | operator= (const Lfg5Guids &x) |
std::string | toString () const |
Public Attributes | |
std::array< ObjectGuid, 5 > | guids = { } |
LfgRolesMap * | roles |
|
inline |
References ObjectGuid::Empty, guids, and roles.
|
inline |
References ObjectGuid::Empty, guids, and roles.
|
inline |
|
inline |
|
inline |
References ObjectGuid::Empty, and guids.
|
inline |
References ObjectGuid::Empty, and guids.
Referenced by lfg::LFGMgr::AllQueued(), and lfg::LFGQueue::UpdateQueueTimers().
|
inline |
References guids.
Referenced by lfg::LFGQueue::CheckCompatibility().
|
inline |
|
inline |
|
inline |
References guids.
Referenced by lfg::LFGQueue::CheckCompatibility().
|
inline |
References guids.
|
inline |
|
inline |
|
inline |
References guids.
Referenced by lfg::LFGMgr::RemoveProposal().
|
inline |
References guids.
Referenced by lfg::LFGQueue::CheckCompatibility(), and lfg::LFGQueue::UpdateBestCompatibleInQueue().
|
inline |
Referenced by lfg::LFGQueue::AddToCompatibles(), lfg::LFGQueue::CheckCompatibility(), and lfg::LFGQueue::UpdateBestCompatibleInQueue().
std::array<ObjectGuid, 5> lfg::Lfg5Guids::guids = { } |
LfgRolesMap* lfg::Lfg5Guids::roles |
Referenced by addRoles(), Lfg5Guids(), operator=(), toString(), lfg::LFGQueue::UpdateBestCompatibleInQueue(), and ~Lfg5Guids().