AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
LFGQueue.h File Reference
#include <utility>
#include "LFG.h"

Go to the source code of this file.

Classes

struct  lfg::LfgQueueData
 
struct  lfg::LfgWaitTime
 
class  lfg::LFGQueue
 

Namespaces

namespace  lfg
 

Typedefs

typedef std::map< uint32, LfgWaitTime > lfg::LfgWaitTimesContainer
 
typedef std::map< ObjectGuid, LfgQueueData > lfg::LfgQueueDataContainer
 
typedef std::list< Lfg5Guids > lfg::LfgCompatibleContainer
 

Enumerations

enum  lfg::LfgCompatibility {
  lfg::LFG_COMPATIBILITY_PENDING ,
  lfg::LFG_INCOMPATIBLES_WRONG_GROUP_SIZE ,
  lfg::LFG_INCOMPATIBLES_TOO_MUCH_PLAYERS ,
  lfg::LFG_INCOMPATIBLES_MULTIPLE_LFG_GROUPS ,
  lfg::LFG_INCOMPATIBLES_HAS_IGNORES ,
  lfg::LFG_INCOMPATIBLES_NO_ROLES ,
  lfg::LFG_INCOMPATIBLES_NO_DUNGEONS ,
  lfg::LFG_COMPATIBLES_WITH_LESS_PLAYERS ,
  lfg::LFG_COMPATIBLES_MATCH
}