TrinityCore
MailPackets.cpp File Reference
#include "MailPackets.h"
#include "GameTime.h"
#include "Item.h"
#include "Mail.h"
#include "Player.h"
+ Include dependency graph for MailPackets.cpp:

Go to the source code of this file.

Functions

ByteBufferoperator<< (ByteBuffer &data, WorldPackets::Mail::MailAttachedItem const &att)
 
ByteBufferoperator<< (ByteBuffer &data, WorldPackets::Mail::MailListEntry const &entry)
 
ByteBufferoperator>> (ByteBuffer &data, WorldPackets::Mail::SendMail::StructSendMail::MailAttachment &attachment)
 

Function Documentation

◆ operator<<() [1/2]

ByteBuffer & operator<< ( ByteBuffer data,
WorldPackets::Mail::MailAttachedItem const &  att 
)

Definition at line 58 of file MailPackets.cpp.

+ Here is the call graph for this function:

◆ operator<<() [2/2]

ByteBuffer & operator<< ( ByteBuffer data,
WorldPackets::Mail::MailListEntry const &  entry 
)

Definition at line 119 of file MailPackets.cpp.

+ Here is the call graph for this function:

◆ operator>>()

Definition at line 185 of file MailPackets.cpp.