MONC
|
Private helper type which wraps a procedure pointer. This is needed for storage in our collections_mod and allows us to associate additional information, such as number of times called, performance etc in future if we wanted to. More...
Private Attributes | |
procedure(), pointer, nopass | ptr |
Procedure pointer which is used to point to the callback hook. More... | |
Private helper type which wraps a procedure pointer. This is needed for storage in our collections_mod and allows us to associate additional information, such as number of times called, performance etc in future if we wanted to.
Definition at line 34 of file registry.F90.
|
private |
Procedure pointer which is used to point to the callback hook.
Definition at line 35 of file registry.F90.