pf_hook_t Derived Type

type, public :: pf_hook_t

Abstract hook type: hooks call diagnostic routines from various places in code


Inherited by

type~~pf_hook_t~~InheritedByGraph type~pf_hook_t pf_hook_t type~pf_pfasst_t pf_pfasst_t type~pf_pfasst_t->type~pf_hook_t hooks

Contents

Source Code


Components

TypeVisibility AttributesNameInitial
procedure(pf_hook_p), public, pointer, nopass:: proc

Source Code

  type :: pf_hook_t
     procedure(pf_hook_p), pointer, nopass :: proc
  end type pf_hook_t