![]() |
TrinityCore
|
#include <UpdateData.h>
Public Member Functions | |
| UpdateData (uint32 map) | |
| UpdateData (UpdateData &&right) noexcept | |
| UpdateData & | operator= (UpdateData &&right) noexcept |
| ~UpdateData () | |
| void | AddDestroyObject (ObjectGuid guid) |
| void | AddOutOfRangeGUID (ObjectGuid guid) |
| void | AddUpdateBlock () |
| ByteBuffer & | GetBuffer () |
| bool | BuildPacket (WorldPacket *packet) |
| bool | HasData () const |
| void | Clear () |
Protected Member Functions | |
| UpdateData (UpdateData const &right)=delete | |
| UpdateData & | operator= (UpdateData const &right)=delete |
Protected Attributes | |
| uint32 | m_map |
| uint32 | m_blockCount |
| Trinity::Containers::FlatSet< ObjectGuid > | m_destroyGUIDs |
| Trinity::Containers::FlatSet< ObjectGuid > | m_outOfRangeGUIDs |
| ByteBuffer | m_data |
Definition at line 36 of file UpdateData.h.
| UpdateData::UpdateData | ( | uint32 | map | ) |
Definition at line 23 of file UpdateData.cpp.
|
noexcept |
Definition at line 25 of file UpdateData.cpp.
|
default |
|
protecteddelete |
| void UpdateData::AddDestroyObject | ( | ObjectGuid | guid | ) |
Definition at line 48 of file UpdateData.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void UpdateData::AddOutOfRangeGUID | ( | ObjectGuid | guid | ) |
Definition at line 53 of file UpdateData.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
| bool UpdateData::BuildPacket | ( | WorldPacket * | packet | ) |
Definition at line 58 of file UpdateData.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void UpdateData::Clear | ( | ) |
|
inline |
|
inline |
Definition at line 49 of file UpdateData.h.
Here is the call graph for this function:
Here is the caller graph for this function:
|
noexcept |
Definition at line 33 of file UpdateData.cpp.
|
protecteddelete |
|
protected |
Definition at line 54 of file UpdateData.h.
|
protected |
Definition at line 57 of file UpdateData.h.
|
protected |
Definition at line 55 of file UpdateData.h.
|
protected |
Definition at line 53 of file UpdateData.h.
|
protected |
Definition at line 56 of file UpdateData.h.