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

Classes

struct  WhoEntry
 
class  WhoIsRequest
 
class  WhoIsResponse
 
struct  WhoRequest
 
class  WhoRequestPkt
 
struct  WhoRequestServerInfo
 
struct  WhoResponse
 
class  WhoResponsePkt
 
struct  WhoWord
 

Functions

ByteBufferoperator>> (ByteBuffer &data, WhoWord &word)
 
ByteBufferoperator>> (ByteBuffer &data, WhoRequestServerInfo &serverInfo)
 
ByteBufferoperator>> (ByteBuffer &data, WhoRequest &request)
 
ByteBufferoperator<< (ByteBuffer &data, WhoEntry const &entry)
 
ByteBufferoperator<< (ByteBuffer &data, WhoResponse const &response)
 

Function Documentation

◆ operator<<() [1/2]

ByteBuffer & WorldPackets::Who::operator<< ( ByteBuffer data,
WhoEntry const &  entry 
)

Definition at line 100 of file WhoPackets.cpp.

+ Here is the call graph for this function:

◆ operator<<() [2/2]

ByteBuffer & WorldPackets::Who::operator<< ( ByteBuffer data,
WhoResponse const &  response 
)

Definition at line 117 of file WhoPackets.cpp.

+ Here is the call graph for this function:

◆ operator>>() [1/3]

ByteBuffer & WorldPackets::Who::operator>> ( ByteBuffer data,
WhoRequest request 
)

Definition at line 57 of file WhoPackets.cpp.

+ Here is the call graph for this function:

◆ operator>>() [2/3]

ByteBuffer & WorldPackets::Who::operator>> ( ByteBuffer data,
WhoRequestServerInfo serverInfo 
)

Definition at line 48 of file WhoPackets.cpp.

◆ operator>>() [3/3]

ByteBuffer & WorldPackets::Who::operator>> ( ByteBuffer data,
WhoWord word 
)

Definition at line 39 of file WhoPackets.cpp.

+ Here is the call graph for this function: