sized_char_array Derived Type

type, public :: sized_char_array


Inherits

type~~sized_char_array~~InheritsGraph type~sized_char_array sized_char_array type~character_array character_array type~sized_char_array->type~character_array tag

Inherited by

type~~sized_char_array~~InheritedByGraph type~sized_char_array sized_char_array type~problem_descriptor_strings problem_descriptor_strings type~problem_descriptor_strings->type~sized_char_array classfile 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 :: tagsize
type(character_array), public, pointer :: tag(:)

Source Code

  type sized_char_array
     integer :: tagsize
     type(character_array), pointer :: tag(:)
  end type sized_char_array