root_info_t Derived Type

type, public :: root_info_t

Root target metadata used for change → target mapping.

The mask is a single-bit value used to mark membership of files and target closures.


Inherited by

type~~root_info_t~~InheritedByGraph type~root_info_t root_info_t type~watcher_t watcher_t type~watcher_t->type~root_info_t roots

Components

Type Visibility Attributes Name Initial
integer(kind=int64), public :: mask = 0_int64
character(len=:), public, allocatable :: name

Source Code

   type root_info_t
      character(len=:), allocatable :: name
      integer(int64) :: mask = 0_int64
   end type root_info_t