TrinityCore
Loading...
Searching...
No Matches
SpellScriptBase::HookList< T > Class Template Reference

#include <SpellScript.h>

+ Inheritance diagram for SpellScriptBase::HookList< T >:

Public Member Functions

HookListoperator+= (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
 

Detailed Description

template<typename T>
class SpellScriptBase::HookList< T >

Definition at line 96 of file SpellScript.h.

Member Function Documentation

◆ operator+=()

template<typename T >
template TC_GAME_API SpellScriptBase::HookList< AuraScript::EnterLeaveCombatHandler > & SpellScriptBase::HookList< T >::operator+= ( T &&  t)
noexcept

Definition at line 105 of file SpellScript.cpp.


The documentation for this class was generated from the following files: