TrinityCore
TalentPackets.cpp File Reference
#include "TalentPackets.h"
+ Include dependency graph for TalentPackets.cpp:

Go to the source code of this file.

Functions

ByteBufferoperator>> (ByteBuffer &data, WorldPackets::Talent::PvPTalent &pvpTalent)
 
ByteBufferoperator<< (ByteBuffer &data, WorldPackets::Talent::PvPTalent const &pvpTalent)
 
ByteBufferoperator<< (ByteBuffer &data, WorldPackets::Talent::GlyphBinding const &glyphBinding)
 

Function Documentation

◆ operator<<() [1/2]

ByteBuffer & operator<< ( ByteBuffer data,
WorldPackets::Talent::GlyphBinding const &  glyphBinding 
)

Definition at line 88 of file TalentPackets.cpp.

◆ operator<<() [2/2]

ByteBuffer & operator<< ( ByteBuffer data,
WorldPackets::Talent::PvPTalent const &  pvpTalent 
)

Definition at line 27 of file TalentPackets.cpp.

◆ operator>>()

ByteBuffer & operator>> ( ByteBuffer data,
WorldPackets::Talent::PvPTalent pvpTalent 
)

Definition at line 20 of file TalentPackets.cpp.