![]() |
TrinityCore
|
#include <UpdateField.h>
Inheritance diagram for UF::DynamicUpdateField< T, BlockBit, Bit >:Additional Inherited Members | |
Public Types inherited from UF::DynamicUpdateFieldBase< T > | |
| using | value_type = T |
Public Member Functions inherited from UF::DynamicUpdateFieldBase< T > | |
| T const * | data () const |
| std::vector< T >::const_iterator | begin () const |
| std::vector< T >::const_iterator | end () const |
| bool | empty () const |
| std::size_t | size () const |
| T const & | operator[] (std::size_t index) const |
| int32 | FindIndex (T const &value) const |
| template<typename Pred > | |
| int32 | FindIndexIf (Pred pred) const |
| bool | HasChanged (uint32 index) const |
| void | WriteUpdateMask (ByteBuffer &data, int32 bitsForSize=32) const |
Definition at line 1094 of file UpdateField.h.