TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
lfg::LfgUpdateData Struct Reference

#include <LFGMgr.h>

Public Member Functions

 LfgUpdateData (LfgUpdateType _type=LFG_UPDATETYPE_DEFAULT)
 
 LfgUpdateData (LfgUpdateType _type, LfgDungeonSet const &_dungeons, std::string const &_comment)
 
 LfgUpdateData (LfgUpdateType _type, LfgState _state, LfgDungeonSet const &_dungeons, std::string const &_comment="")
 

Public Attributes

LfgUpdateType updateType
 
LfgState state
 
LfgDungeonSet dungeons
 
std::string comment
 

Constructor & Destructor Documentation

lfg::LfgUpdateData::LfgUpdateData ( LfgUpdateType  _type = LFG_UPDATETYPE_DEFAULT)
inline
163 : updateType(_type), state(LFG_STATE_NONE), comment("") { }
Definition: LFG.h:67
std::string comment
Definition: LFGMgr.h:172
LfgUpdateType updateType
Definition: LFGMgr.h:169
LfgState state
Definition: LFGMgr.h:170
lfg::LfgUpdateData::LfgUpdateData ( LfgUpdateType  _type,
LfgDungeonSet const _dungeons,
std::string const _comment 
)
inline
164  :
165  updateType(_type), state(LFG_STATE_NONE), dungeons(_dungeons), comment(_comment) { }
Definition: LFG.h:67
std::string comment
Definition: LFGMgr.h:172
LfgUpdateType updateType
Definition: LFGMgr.h:169
LfgDungeonSet dungeons
Definition: LFGMgr.h:171
LfgState state
Definition: LFGMgr.h:170
lfg::LfgUpdateData::LfgUpdateData ( LfgUpdateType  _type,
LfgState  _state,
LfgDungeonSet const _dungeons,
std::string const _comment = "" 
)
inline
166  :
167  updateType(_type), state(_state), dungeons(_dungeons), comment(_comment) { }
std::string comment
Definition: LFGMgr.h:172
LfgUpdateType updateType
Definition: LFGMgr.h:169
LfgDungeonSet dungeons
Definition: LFGMgr.h:171
LfgState state
Definition: LFGMgr.h:170

Member Data Documentation

std::string lfg::LfgUpdateData::comment
LfgDungeonSet lfg::LfgUpdateData::dungeons
LfgState lfg::LfgUpdateData::state
LfgUpdateType lfg::LfgUpdateData::updateType

The documentation for this struct was generated from the following file: