TrinityCore
Loading...
Searching...
No Matches
WorldPackets::Mail Namespace Reference

Classes

struct  MailAttachedItem
 
class  MailCommandResult
 
class  MailCreateTextItem
 
class  MailDelete
 
class  MailGetList
 
struct  MailListEntry
 
class  MailListResult
 
class  MailMarkAsRead
 
class  MailQueryNextMailTime
 
class  MailQueryNextTimeResult
 
class  MailReturnToSender
 
class  MailTakeItem
 
class  MailTakeMoney
 
class  NotifyReceivedMail
 
class  SendMail
 

Functions

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

Function Documentation

◆ operator<<() [1/2]

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

Definition at line 61 of file MailPackets.cpp.

+ Here is the call graph for this function:

◆ operator<<() [2/2]

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

Definition at line 122 of file MailPackets.cpp.

+ Here is the call graph for this function:

◆ operator>>()

ByteBuffer & WorldPackets::Mail::operator>> ( ByteBuffer data,
SendMail::StructSendMail::MailAttachment attachment 
)

Definition at line 188 of file MailPackets.cpp.