TrinityCore
WorldPackets::Auth::EarlyProcessClientPacket Class Reference

#include <AuthenticationPackets.h>

+ Inheritance diagram for WorldPackets::Auth::EarlyProcessClientPacket:

Public Member Functions

 EarlyProcessClientPacket (OpcodeClient opcode, WorldPacket &&packet)
 
bool ReadNoThrow ()
 
- Public Member Functions inherited from WorldPackets::ClientPacket
 ClientPacket (WorldPacket &&packet)
 
 ClientPacket (OpcodeClient expectedOpcode, WorldPacket &&packet)
 
WorldPacket const * Write () override final
 
OpcodeClient 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
 

Additional Inherited Members

- Protected Attributes inherited from WorldPackets::Packet
WorldPacket _worldPacket
 

Detailed Description

Definition at line 35 of file AuthenticationPackets.h.

Constructor & Destructor Documentation

◆ EarlyProcessClientPacket()

WorldPackets::Auth::EarlyProcessClientPacket::EarlyProcessClientPacket ( OpcodeClient  opcode,
WorldPacket &&  packet 
)
inline

Definition at line 38 of file AuthenticationPackets.h.

Member Function Documentation

◆ ReadNoThrow()

bool WorldPackets::Auth::EarlyProcessClientPacket::ReadNoThrow ( )

Definition at line 48 of file AuthenticationPackets.cpp.

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

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