TrinityCore
Loading...
Searching...
No Matches
WorldPackets::Auth::EarlyProcessClientPacket< Derived > Class Template Reference

#include <AuthenticationPackets.h>

+ Inheritance diagram for WorldPackets::Auth::EarlyProcessClientPacket< Derived >:

Public Member Functions

bool ReadNoThrow ()
 
- Public Member Functions inherited from WorldPackets::ClientPacket
 ClientPacket (WorldPacket &&packet)
 
 ClientPacket (OpcodeClient expectedOpcode, WorldPacket &&packet)
 
WorldPacket const * Write () 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 void Read ()=0
 
WorldPacket const * GetRawPacket () const
 
size_t GetSize () const
 
ConnectionType GetConnection () const
 

Public Attributes

friend Derived
 

Private Member Functions

 EarlyProcessClientPacket (OpcodeClient opcode, WorldPacket &&packet)
 

Additional Inherited Members

- Protected Attributes inherited from WorldPackets::Packet
WorldPacket _worldPacket
 

Detailed Description

template<typename Derived>
class WorldPackets::Auth::EarlyProcessClientPacket< Derived >

Definition at line 35 of file AuthenticationPackets.h.

Constructor & Destructor Documentation

◆ EarlyProcessClientPacket()

template<typename Derived >
WorldPackets::Auth::EarlyProcessClientPacket< Derived >::EarlyProcessClientPacket ( OpcodeClient  opcode,
WorldPacket &&  packet 
)
inlineexplicitprivate

Definition at line 37 of file AuthenticationPackets.h.

Member Function Documentation

◆ ReadNoThrow()

template<typename Derived >
bool WorldPackets::Auth::EarlyProcessClientPacket< Derived >::ReadNoThrow ( )
inline

Definition at line 40 of file AuthenticationPackets.h.

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

Member Data Documentation

◆ Derived

template<typename Derived >
friend WorldPackets::Auth::EarlyProcessClientPacket< Derived >::Derived

Definition at line 50 of file AuthenticationPackets.h.


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