TrinityCore
WorldPackets::Hotfix::HotfixConnect Class Referencefinal

#include <HotfixPackets.h>

+ Inheritance diagram for WorldPackets::Hotfix::HotfixConnect:

Classes

struct  HotfixData
 

Public Member Functions

 HotfixConnect ()
 
WorldPacket const * Write () override
 
- Public Member Functions inherited from WorldPackets::ServerPacket
 ServerPacket (OpcodeServer opcode, size_t initialSize=200, ConnectionType connection=CONNECTION_TYPE_DEFAULT)
 
void Read () override final
 
void Clear ()
 
WorldPacket && Move ()
 
void ShrinkToFit ()
 
OpcodeServer GetOpcode () const
 
- Public Member Functions inherited from WorldPackets::Packet
 Packet (WorldPacket &&worldPacket)
 
virtual ~Packet ()=default
 
 Packet (Packet const &right)=delete
 
Packetoperator= (Packet const &right)=delete
 
virtual WorldPacket const * Write ()=0
 
virtual void Read ()=0
 
WorldPacket const * GetRawPacket () const
 
size_t GetSize () const
 
ConnectionType GetConnection () const
 

Public Attributes

std::vector< HotfixDataHotfixes
 
ByteBuffer HotfixContent
 

Additional Inherited Members

- Protected Attributes inherited from WorldPackets::Packet
WorldPacket _worldPacket
 

Detailed Description

Definition at line 83 of file HotfixPackets.h.

Constructor & Destructor Documentation

◆ HotfixConnect()

WorldPackets::Hotfix::HotfixConnect::HotfixConnect ( )
inline

Definition at line 92 of file HotfixPackets.h.

Member Function Documentation

◆ Write()

WorldPacket const * WorldPackets::Hotfix::HotfixConnect::Write ( )
overridevirtual

Implements WorldPackets::Packet.

Definition at line 115 of file HotfixPackets.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ HotfixContent

ByteBuffer WorldPackets::Hotfix::HotfixConnect::HotfixContent

Definition at line 97 of file HotfixPackets.h.

◆ Hotfixes

std::vector<HotfixData> WorldPackets::Hotfix::HotfixConnect::Hotfixes

Definition at line 96 of file HotfixPackets.h.


The documentation for this class was generated from the following files: