feature_box_t Derived Type

type, private :: feature_box_t

A thin wrapper to store an allocatable polymorphic feature instance.


Inherits

type~~feature_box_t~~InheritsGraph type~feature_box_t feature_box_t type~watch_feature_t watch_feature_t type~feature_box_t->type~watch_feature_t p

Inherited by

type~~feature_box_t~~InheritedByGraph type~feature_box_t feature_box_t type~feature_manager_t feature_manager_t type~feature_manager_t->type~feature_box_t feat type~watcher_t watcher_t type~watcher_t->type~feature_manager_t fm

Components

Type Visibility Attributes Name Initial
class(watch_feature_t), public, allocatable :: p

Source Code

   type feature_box_t
      class(watch_feature_t), allocatable :: p
   end type feature_box_t