This structure holds information about an Arion hook. More...
#include <hooks_manager.hpp>
Public Member Functions | |
| ARION_HOOK (ARION_HOOK_TYPE type, uc_hook uc_id, ARION_HOOK_PARAM *param) | |
Public Attributes | |
| ARION_HOOK_TYPE | type |
| Arion type for the hook. | |
| uc_hook | uc_id |
| Unicorn hook id associated with this Arion hook. | |
| ARION_HOOK_PARAM * | param |
| A structure holding data to be passed to the Arion hook when its associated Unicorn hook gets triggered. | |
This structure holds information about an Arion hook.
|
inline |
Builder for ARION_HOOK instances.
| ARION_HOOK_PARAM* arion::ARION_HOOK::param |
A structure holding data to be passed to the Arion hook when its associated Unicorn hook gets triggered.
| ARION_HOOK_TYPE arion::ARION_HOOK::type |
Arion type for the hook.
| uc_hook arion::ARION_HOOK::uc_id |
Unicorn hook id associated with this Arion hook.