TrinityCore
LFGPacketsCommon.h File Reference
#include "ObjectGuid.h"
#include "PacketUtilities.h"
+ Include dependency graph for LFGPacketsCommon.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  WorldPackets::LFG::RideTicket
 

Namespaces

namespace  WorldPackets
 
namespace  WorldPackets::LFG
 

Enumerations

enum class  WorldPackets::LFG::RideType : uint32 { WorldPackets::LFG::None = 0 , WorldPackets::LFG::Battlegrounds = 1 , WorldPackets::LFG::Lfg = 2 }
 

Functions

ByteBufferoperator>> (ByteBuffer &data, WorldPackets::LFG::RideTicket &ticket)
 
ByteBufferoperator<< (ByteBuffer &data, WorldPackets::LFG::RideTicket const &ticket)
 

Function Documentation

◆ operator<<()

ByteBuffer & operator<< ( ByteBuffer data,
WorldPackets::LFG::RideTicket const &  ticket 
)

Definition at line 32 of file LFGPacketsCommon.cpp.

+ Here is the call graph for this function:

◆ operator>>()

ByteBuffer & operator>> ( ByteBuffer data,
WorldPackets::LFG::RideTicket ticket 
)

Definition at line 20 of file LFGPacketsCommon.cpp.

+ Here is the call graph for this function: