TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
AuraKey Struct Reference

#include <SpellAuras.h>

Public Member Functions

bool operator< (AuraKey const &right) const
 

Public Attributes

ObjectGuid Caster
 
ObjectGuid Item
 
uint32 SpellId
 
uint32 EffectMask
 

Member Function Documentation

bool AuraKey::operator< ( AuraKey const right) const
inline
104  {
105  return memcmp(this, &right, sizeof(*this)) < 0;
106  }

Member Data Documentation

ObjectGuid AuraKey::Caster
uint32 AuraKey::EffectMask
ObjectGuid AuraKey::Item
uint32 AuraKey::SpellId

The documentation for this struct was generated from the following file: