MODFLOW 6  version 6.8.0.dev0
USGS Modular Hydrologic Model
particleeventsmodule::particleeventsubscriptiontype Type Reference

Subscription to particle events: a procedure to handle the event with an unlimited pointer for storing arbitrary context the handling procedure may reference. More...

Collaboration diagram for particleeventsmodule::particleeventsubscriptiontype:
Collaboration graph

Public Attributes

procedure(handle_event), pointer, nopass handler
 
class(*), pointer context
 

Detailed Description

Definition at line 14 of file ParticleEvents.f90.

Member Data Documentation

◆ context

class(*), pointer particleeventsmodule::particleeventsubscriptiontype::context

Definition at line 16 of file ParticleEvents.f90.

16  class(*), pointer :: context

◆ handler

procedure(handle_event), pointer, nopass particleeventsmodule::particleeventsubscriptiontype::handler

Definition at line 15 of file ParticleEvents.f90.

15  procedure(handle_event), pointer, nopass :: handler

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