TrinityCore
|
Public Member Functions | |
LogEntry (ObjectGuid::LowType guildId, uint32 guid) | |
LogEntry (ObjectGuid::LowType guildId, uint32 guid, time_t timestamp) | |
virtual | ~LogEntry () |
uint32 | GetGUID () const |
uint64 | GetTimestamp () const |
virtual void | SaveToDB (SQLTransaction &trans) const =0 |
Protected Attributes | |
ObjectGuid::LowType | m_guildId |
uint32 | m_guid |
uint64 | m_timestamp |
|
inline |
|
inline |
|
inline |
|
inline |
|
pure virtual |
Implemented in Guild::NewsLogEntry, Guild::BankEventLogEntry, and Guild::EventLogEntry.
|
protected |
|
protected |
|
protected |