![]() |
ICON Community Interface 0.4.0
|
Routines to handle third party plugin callbacks. More...
#include "comin_global.inc"
Go to the source code of this file.
Modules | |
| module | comin_callback |
Functions/Subroutines | |
| subroutine, public | comin_callback::comin_callback_register (entry_point_id, fct_ptr) |
| Routine to register new callbacks during primary constructor. | |
| subroutine, public | comin_callback::comin_callback_complete () |
| recursive subroutine, public | comin_callback::comin_callback_context_call (entry_point_id, domain_id, lacc) |
| Routine to find callback routine associated with current entry point. | |
| subroutine, public | comin_callback::comin_callback_get_ep_name (iep, out_ep_name) |
returns entry point name (character string) corresponding to iep. | |
Routines to handle third party plugin callbacks.
Definition in file comin_callback.F90.