sl_table_t Derived Type

type, public :: sl_table_t


Contents

Source Code


Components

Type Visibility Attributes Name Initial
type(slps_t), public, pointer :: p => null()

Source Code

type, public :: sl_table_t
   type(slps_t), pointer :: p => null()
end type sl_table_t