![]() |
TrinityCore
|
#include <CombatLogPacketsCommon.h>
Inheritance diagram for WorldPackets::CombatLog::CombatLogServerPacket:Public Member Functions | |
| CombatLogServerPacket (OpcodeServer opcode, size_t initialSize=200, ConnectionType connection=CONNECTION_TYPE_DEFAULT) | |
| WorldPacket const * | GetFullLogPacket () const |
| WorldPacket const * | GetBasicLogPacket () const |
Public Member Functions inherited from WorldPackets::ServerPacket | |
| ServerPacket (OpcodeServer opcode, size_t initialSize=200, ConnectionType connection=CONNECTION_TYPE_DEFAULT) | |
| void | Read () final |
| void | Clear () |
| WorldPacket && | Move () |
| void | ShrinkToFit () |
| OpcodeServer | GetOpcode () const |
Public Member Functions inherited from WorldPackets::Packet | |
| Packet (WorldPacket &&worldPacket) | |
| virtual | ~Packet ()=default |
| Packet (Packet const &right)=delete | |
| Packet & | operator= (Packet const &right)=delete |
| virtual WorldPacket const * | Write ()=0 |
| WorldPacket const * | GetRawPacket () const |
| size_t | GetSize () const |
| ConnectionType | GetConnection () const |
Public Attributes | |
| Spells::SpellCastLogData | LogData |
Protected Member Functions | |
| template<ByteBufferNumeric T> | |
| void | operator<< (T val) |
| template<typename T > requires (!ByteBufferNumeric<T>) | |
| void | operator<< (T const &val) |
| void | WriteLogDataBit () |
| void | FlushBits () |
| ByteBuffer & | WriteLogData () |
Protected Attributes | |
| WorldPacket | _fullLogPacket |
Protected Attributes inherited from WorldPackets::Packet | |
| WorldPacket | _worldPacket |
Definition at line 118 of file CombatLogPacketsCommon.h.
|
inline |
Definition at line 121 of file CombatLogPacketsCommon.h.
|
inlineprotected |
Definition at line 150 of file CombatLogPacketsCommon.h.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 125 of file CombatLogPacketsCommon.h.
Here is the caller graph for this function:
|
inline |
Definition at line 124 of file CombatLogPacketsCommon.h.
Here is the caller graph for this function:
|
inlineprotected |
Definition at line 138 of file CombatLogPacketsCommon.h.
|
inlineprotected |
Definition at line 131 of file CombatLogPacketsCommon.h.
|
protected |
Definition at line 241 of file CombatLogPacketsCommon.cpp.
Here is the caller graph for this function:
|
inlineprotected |
Definition at line 144 of file CombatLogPacketsCommon.h.
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 158 of file CombatLogPacketsCommon.h.
| Spells::SpellCastLogData WorldPackets::CombatLog::CombatLogServerPacket::LogData |
Definition at line 127 of file CombatLogPacketsCommon.h.