AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
FakeAura Struct Reference

Public Member Functions

 FakeAura (uint32_t id)
 
bool IsRemoved () const
 
bool IsExpired () const
 

Public Attributes

uint32_t spellId
 
bool removed = false
 
bool expired = false
 
bool updated = false
 

Detailed Description

Constructor & Destructor Documentation

◆ FakeAura()

FakeAura::FakeAura ( uint32_t  id)
inlineexplicit
32: spellId(id) {}
uint32_t spellId
Definition FlatMultimapAuraPatternTest.cpp:27

Member Function Documentation

◆ IsExpired()

bool FakeAura::IsExpired ( ) const
inline
34{ return expired; }
bool expired
Definition FlatMultimapAuraPatternTest.cpp:29

References expired.

◆ IsRemoved()

bool FakeAura::IsRemoved ( ) const
inline
33{ return removed; }
bool removed
Definition FlatMultimapAuraPatternTest.cpp:28

References removed.

Member Data Documentation

◆ expired

bool FakeAura::expired = false

Referenced by IsExpired(), TEST(), TEST(), TEST(), and TEST().

◆ removed

bool FakeAura::removed = false

Referenced by IsRemoved().

◆ spellId

uint32_t FakeAura::spellId

◆ updated

bool FakeAura::updated = false

Referenced by TEST(), and TEST().


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