|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
Public Member Functions | |
| void | AddEvent (SQLTransaction &trans, LogEntry *entry) |
| bool | CanInsert () const |
| GuildLog * | GetGuildLog () |
| uint32 | GetNextGUID () |
| uint8 | GetSize () const |
| void | LoadEvent (LogEntry *entry) |
| LogHolder (uint32 maxRecords) | |
| void | WritePacket (WorldPacket &data) const |
| ~LogHolder () | |
Private Attributes | |
| GuildLog | m_log |
| uint32 | m_maxRecords |
| uint32 | m_nextGUID |
|
inline |
Definition at line 545 of file Guild.h.
References GUILD_EVENT_LOG_GUID_UNDEFINED, m_maxRecords, and m_nextGUID.
|
inline |
Definition at line 129 of file Guild.cpp.
References m_log, m_maxRecords, and Guild::LogEntry::SaveToDB().
Referenced by Guild::_LogBankEvent().
|
inline |
Definition at line 550 of file Guild.h.
References m_log, and m_maxRecords.
Referenced by Guild::LoadBankEventLogFromDB().
|
inline |
|
inline |
Definition at line 156 of file Guild.cpp.
References GUILD_EVENT_LOG_GUID_UNDEFINED, m_maxRecords, and m_nextGUID.
Referenced by Guild::_LogBankEvent().
|
inline |
|
inline |
Definition at line 120 of file Guild.cpp.
References Guild::LogEntry::GetGUID(), GUILD_EVENT_LOG_GUID_UNDEFINED, m_log, and m_nextGUID.
Referenced by Guild::LoadBankEventLogFromDB().
|
inline |
Definition at line 145 of file Guild.cpp.
References ByteBuffer::append(), ByteBuffer::FlushBits(), m_log, and ByteBuffer::WriteBits().
Referenced by Guild::SendBankLog().
|
private |
Definition at line 561 of file Guild.h.
Referenced by AddEvent(), CanInsert(), GetGuildLog(), GetSize(), LoadEvent(), WritePacket(), and ~LogHolder().
|
private |
Definition at line 562 of file Guild.h.
Referenced by AddEvent(), CanInsert(), GetNextGUID(), and LogHolder().
|
private |
Definition at line 563 of file Guild.h.
Referenced by GetNextGUID(), LoadEvent(), and LogHolder().