SimulationCraft
SimulationCraft is a tool to explore combat mechanics in the popular MMO RPG World of Warcraft (tm).
unique_gear::class_scoped_callback_t Struct Reference
Inheritance diagram for unique_gear::class_scoped_callback_t:
scoped_callback_t unique_gear::class_buff_cb_t< T, T_BUFF > unique_gear::scoped_action_callback_t< T_ACTION > unique_gear::scoped_actor_callback_t< T_ACTOR > unique_gear::scoped_buff_callback_t< T_BUFF >

Public Member Functions

 class_scoped_callback_t (player_e c)
 
 class_scoped_callback_t (std::vector< player_e > c)
 
 class_scoped_callback_t (specialization_e s)
 
 class_scoped_callback_t (std::vector< specialization_e > s)
 
bool valid (const special_effect_t &effect) const override
 
- Public Member Functions inherited from scoped_callback_t
 scoped_callback_t (enum priority p)
 
virtual void initialize (special_effect_t &)=0
 

Public Attributes

std::vector< player_e > class_
 
std::vector< specialization_e > spec_
 
- 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 }