EvEmu  0.8.4
11 September 2021
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
EVECollectDisp.cpp File Reference
#include "EVECollectDisp.h"
#include "../common/logsys.h"
#include "../common/PyPacket.h"
#include "../common/PyRep.h"
#include "../packets/AccountPkts.h"
#include "../packets/General.h"
#include "../packets/LSCPkts.h"
#include "../common/PyDumpVisitor.h"
#include "../common/PyXMLGenerator.h"
#include "../common/CachedObjectMgr.h"
#include "../common/RowsetReader.h"
#include "method_types.h"
#include "destiny_types.h"
Include dependency graph for EVECollectDisp.cpp:

Go to the source code of this file.

Macros

#define CALL_REQ_HANDLER(c)   m_callReqDisp[#c] = &EVECollectDispatcher::Req_##c;
 
#define CALL_RSP_HANDLER(c)   m_callRspDisp[#c] = &EVECollectDispatcher::Rsp_##c;
 
#define BOUND_CALL_RSP_HANDLER(c)   m_callRspDisp[#c] = &EVECollectDispatcher::Bound_Rsp_##c;
 
#define NOTIFY_HANDLER(c)   m_notifyDisp[#c] = &EVECollectDispatcher::Notify_##c;
 
#define DESTINY_HANDLER(c)   m_destinyDisp[#c] = &EVECollectDispatcher::Destiny_##c;
 

Macro Definition Documentation

#define BOUND_CALL_RSP_HANDLER (   c)    m_callRspDisp[#c] = &EVECollectDispatcher::Bound_Rsp_##c;
#define CALL_REQ_HANDLER (   c)    m_callReqDisp[#c] = &EVECollectDispatcher::Req_##c;
#define CALL_RSP_HANDLER (   c)    m_callRspDisp[#c] = &EVECollectDispatcher::Rsp_##c;
#define DESTINY_HANDLER (   c)    m_destinyDisp[#c] = &EVECollectDispatcher::Destiny_##c;
#define NOTIFY_HANDLER (   c)    m_notifyDisp[#c] = &EVECollectDispatcher::Notify_##c;