![]() |
TrinityCore
|
Include dependency graph for UpdateMask.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | UpdateMask< Bits > |
Namespaces | |
| namespace | UpdateMaskHelpers |
Functions | |
| constexpr std::size_t | UpdateMaskHelpers::GetBlockIndex (std::size_t bit) |
| constexpr uint32 | UpdateMaskHelpers::GetBlockFlag (std::size_t bit) |
| template<uint32 Bits> | |
| constexpr UpdateMask< Bits > | operator& (UpdateMask< Bits > const &left, UpdateMask< Bits > const &right) |
| template<uint32 Bits> | |
| constexpr UpdateMask< Bits > | operator| (UpdateMask< Bits > const &left, UpdateMask< Bits > const &right) |
|
constexpr |
Definition at line 143 of file UpdateMask.h.
|
constexpr |
Definition at line 151 of file UpdateMask.h.