|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
Public Member Functions | |
| uint32 | GetGUID () const |
| uint64 | GetTimestamp () const |
| LogEntry (uint32 guildId, uint32 guid) | |
| LogEntry (uint32 guildId, uint32 guid, time_t timestamp) | |
| virtual void | SaveToDB (SQLTransaction &trans) const =0 |
| virtual void | WritePacket (WorldPacket &data, ByteBuffer &content) const =0 |
| virtual | ~LogEntry () |
Protected Attributes | |
| uint32 | m_guid |
| uint32 | m_guildId |
| uint64 | m_timestamp |
Definition at line 430 of file Guild.h.
References m_guid, m_guildId, and m_timestamp.
Referenced by Guild::BankEventLogEntry::BankEventLogEntry(), Guild::BankEventLogEntry::BankEventLogEntry(), Guild::EventLogEntry::EventLogEntry(), Guild::EventLogEntry::EventLogEntry(), Guild::NewsLogEntry::NewsLogEntry(), and Guild::NewsLogEntry::NewsLogEntry().
Definition at line 431 of file Guild.h.
References m_guid, m_guildId, and m_timestamp.
|
inline |
Definition at line 434 of file Guild.h.
References m_guid.
Referenced by Guild::LogHolder::LoadEvent(), and Guild::SendNewsUpdate().
|
inline |
Definition at line 435 of file Guild.h.
References m_timestamp.
Referenced by Guild::NewsLogEntry::SaveToDB(), Guild::SendNewsUpdate(), and Guild::NewsLogEntry::WritePacket().
|
pure virtual |
Implemented in Guild::BankEventLogEntry, Guild::EventLogEntry, and Guild::NewsLogEntry.
Referenced by Guild::LogHolder::AddEvent().
|
pure virtual |
Implemented in Guild::BankEventLogEntry, Guild::EventLogEntry, and Guild::NewsLogEntry.
|
protected |
Definition at line 442 of file Guild.h.
Referenced by GetGUID(), LogEntry(), LogEntry(), Guild::BankEventLogEntry::SaveToDB(), and Guild::EventLogEntry::SaveToDB().
|
protected |
Definition at line 441 of file Guild.h.
Referenced by LogEntry(), LogEntry(), Guild::BankEventLogEntry::SaveToDB(), Guild::EventLogEntry::SaveToDB(), and Guild::NewsLogEntry::SaveToDB().
|
protected |
Definition at line 443 of file Guild.h.
Referenced by GetTimestamp(), LogEntry(), LogEntry(), Guild::BankEventLogEntry::SaveToDB(), Guild::EventLogEntry::SaveToDB(), Guild::BankEventLogEntry::WritePacket(), and Guild::EventLogEntry::WritePacket().