AzerothCore 3.3.5a
OpenSource WoW Emulator
|
Public Member Functions | |
LogEntry (uint32 guildId, ObjectGuid::LowType guid) | |
LogEntry (uint32 guildId, ObjectGuid::LowType guid, time_t timestamp) | |
virtual | ~LogEntry () |
ObjectGuid::LowType | GetGUID () const |
uint64 | GetTimestamp () const |
virtual void | SaveToDB (CharacterDatabaseTransaction trans) const =0 |
Protected Attributes | |
uint32 | m_guildId |
ObjectGuid::LowType | m_guid |
uint64 | m_timestamp |
Guild::LogEntry::LogEntry | ( | uint32 | guildId, |
ObjectGuid::LowType | guid | ||
) |
|
inline |
|
inlinevirtual |
|
inline |
|
inline |
References m_timestamp.
|
pure virtual |
Implemented in Guild::EventLogEntry, and Guild::BankEventLogEntry.
|
protected |
Referenced by GetGUID().
|
protected |
|
protected |
Referenced by GetTimestamp().