MONC
Private Attributes | List of all members
registry_mod::pointer_wrapper_type Type Reference

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...
 

Detailed Description

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.

Member Data Documentation

◆ ptr

procedure(), pointer, nopass registry_mod::pointer_wrapper_type::ptr
private

Procedure pointer which is used to point to the callback hook.

Definition at line 35 of file registry.F90.

35  procedure(), nopass, pointer :: ptr

The documentation for this type was generated from the following file: