TrinityCore
WorldPackets::Hotfix Namespace Reference

Classes

class  AvailableHotfixes
 
class  DBQueryBulk
 
class  DBReply
 
class  HotfixConnect
 
class  HotfixRequest
 

Functions

ByteBufferoperator>> (ByteBuffer &data, DB2Manager::HotfixId &hotfixId)
 
ByteBufferoperator<< (ByteBuffer &data, DB2Manager::HotfixId const &hotfixId)
 
ByteBufferoperator>> (ByteBuffer &data, DB2Manager::HotfixRecord &hotfixRecord)
 
ByteBufferoperator<< (ByteBuffer &data, DB2Manager::HotfixRecord const &hotfixRecord)
 
ByteBufferoperator<< (ByteBuffer &data, HotfixConnect::HotfixData const &hotfixData)
 

Function Documentation

◆ operator<<() [1/3]

ByteBuffer & WorldPackets::Hotfix::operator<< ( ByteBuffer data,
DB2Manager::HotfixId const &  hotfixId 
)

Definition at line 33 of file HotfixPackets.cpp.

◆ operator<<() [2/3]

ByteBuffer & WorldPackets::Hotfix::operator<< ( ByteBuffer data,
DB2Manager::HotfixRecord const &  hotfixRecord 
)

Definition at line 48 of file HotfixPackets.cpp.

◆ operator<<() [3/3]

ByteBuffer & WorldPackets::Hotfix::operator<< ( ByteBuffer data,
HotfixConnect::HotfixData const &  hotfixData 
)

Definition at line 105 of file HotfixPackets.cpp.

+ Here is the call graph for this function:

◆ operator>>() [1/2]

ByteBuffer & WorldPackets::Hotfix::operator>> ( ByteBuffer data,
DB2Manager::HotfixId hotfixId 
)

Definition at line 26 of file HotfixPackets.cpp.

◆ operator>>() [2/2]

ByteBuffer & WorldPackets::Hotfix::operator>> ( ByteBuffer data,
DB2Manager::HotfixRecord hotfixRecord 
)

Definition at line 40 of file HotfixPackets.cpp.