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