SimulationCraft
SimulationCraft is a tool to explore combat mechanics in the popular MMO RPG World of Warcraft (tm).
wrapper_callback_t Struct Reference
Inheritance diagram for wrapper_callback_t:
scoped_callback_t

Public Member Functions

 wrapper_callback_t (custom_cb_t cb_)
 
bool valid (const special_effect_t &) const override
 
void initialize (special_effect_t &effect) override
 
- Public Member Functions inherited from scoped_callback_t
 scoped_callback_t (enum priority p)
 

Public Attributes

custom_cb_t cb
 
- Public Attributes inherited from scoped_callback_t
priority priority
 

Additional Inherited Members

- Public Types inherited from scoped_callback_t
enum  priority { PRIORITY_DEFAULT = 0U, PRIORITY_CLASS, PRIORITY_SPEC }