![]() |
TrinityCore
|
#include <RaceMask.h>
Public Member Functions | |
| constexpr bool | HasRace (uint32 raceId) const |
| constexpr bool | operator== (RaceMask const &) const =default |
| constexpr bool | IsEmpty () const |
| constexpr RaceMask | operator& (RaceMask right) const |
| constexpr RaceMask | operator| (RaceMask right) const |
| constexpr RaceMask | operator~ () const |
Static Public Member Functions | |
| static constexpr int32 | GetRaceBit (uint32 raceId) |
| static constexpr RaceMask | GetMaskForRace (uint32 raceId) |
Public Attributes | |
| T | RawValue |
Definition at line 90 of file RaceMask.h.
|
inlinestaticconstexpr |
Definition at line 153 of file RaceMask.h.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestaticconstexpr |
|
inlineconstexpr |
Definition at line 96 of file RaceMask.h.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlineconstexpr |
|
inlineconstexpr |
Definition at line 163 of file RaceMask.h.
|
constexprdefault |
|
inlineconstexpr |
Definition at line 164 of file RaceMask.h.
|
inlineconstexpr |
Definition at line 165 of file RaceMask.h.
| T Trinity::RaceMask< T >::RawValue |
Definition at line 94 of file RaceMask.h.