test_record Derived Type

type, public :: test_record


Inherits

type~~test_record~~InheritsGraph type~test_record test_record type~character_array character_array type~test_record->type~character_array test_string

Inherited by

type~~test_record~~InheritedByGraph type~test_record test_record type~problem_descriptor_strings problem_descriptor_strings type~problem_descriptor_strings->type~test_record test_record type~problem_descriptor_records problem_descriptor_records type~problem_descriptor_records->type~problem_descriptor_strings str type~harness_descriptor harness_descriptor type~harness_descriptor->type~problem_descriptor_records rcrd

Components

Type Visibility Attributes Name Initial
integer, public, pointer :: test_status(:,:)
type(character_array), public, pointer :: test_string(:,:)

Source Code

  type test_record   
     integer, pointer :: test_status(:,:)  ! status of test
     type(character_array), pointer :: test_string(:,:)
  end type test_record