![]() |
TrinityCore
|
#include <SpellScript.h>
Inheritance diagram for SpellScriptBase::HookList< T >:Public Member Functions | |
| HookList & | operator+= (T &&t) noexcept |
Public Member Functions inherited from HookList< T > | |
| HookList< T > & | operator+= (T &&t) |
| size_t | size () const |
| iterator | begin () |
| iterator | end () |
| const_iterator | begin () const |
| const_iterator | end () const |
Additional Inherited Members | |
Public Types inherited from HookList< T > | |
| typedef ContainerType::const_iterator | const_iterator |
| typedef ContainerType::iterator | iterator |
Definition at line 96 of file SpellScript.h.
|
noexcept |
Definition at line 105 of file SpellScript.cpp.