TrinityCore
|
This is the complete list of members for Guild::EventLogEntry, including all inherited members.
EventLogEntry(ObjectGuid::LowType guildId, uint32 guid, GuildEventLogTypes eventType, ObjectGuid::LowType playerGuid1, ObjectGuid::LowType playerGuid2, uint8 newRank) | Guild::EventLogEntry | inline |
EventLogEntry(ObjectGuid::LowType guildId, uint32 guid, time_t timestamp, GuildEventLogTypes eventType, ObjectGuid::LowType playerGuid1, ObjectGuid::LowType playerGuid2, uint8 newRank) | Guild::EventLogEntry | inline |
GetGUID() const | Guild::LogEntry | inline |
GetTimestamp() const | Guild::LogEntry | inline |
LogEntry(ObjectGuid::LowType guildId, uint32 guid) | Guild::LogEntry | inline |
LogEntry(ObjectGuid::LowType guildId, uint32 guid, time_t timestamp) | Guild::LogEntry | inline |
m_eventType | Guild::EventLogEntry | private |
m_guid | Guild::LogEntry | protected |
m_guildId | Guild::LogEntry | protected |
m_newRank | Guild::EventLogEntry | private |
m_playerGuid1 | Guild::EventLogEntry | private |
m_playerGuid2 | Guild::EventLogEntry | private |
m_timestamp | Guild::LogEntry | protected |
SaveToDB(SQLTransaction &trans) const override | Guild::EventLogEntry | virtual |
WritePacket(WorldPackets::Guild::GuildEventLogQueryResults &packet) const | Guild::EventLogEntry | |
~EventLogEntry() | Guild::EventLogEntry | inline |
~LogEntry() | Guild::LogEntry | inlinevirtual |