string Derived Type

type, public :: string

Class used to create array of strings


Inherited by

type~~string~~InheritedByGraph type~string string type~codegen_t codegen_t type~codegen_t->type~string type~reshape_plan_base reshape_plan_base type~reshape_plan_base->type~string names type~reshape_plan reshape_plan type~reshape_plan->type~reshape_plan_base type~transpose_plan transpose_plan type~transpose_plan->type~reshape_plan_base type~dtfft_plan_t dtfft_plan_t type~dtfft_plan_t->type~reshape_plan rplan type~dtfft_plan_t->type~transpose_plan plan type~dtfft_core_c2c dtfft_core_c2c type~dtfft_core_c2c->type~dtfft_plan_t type~dtfft_plan_r2r_t dtfft_plan_r2r_t type~dtfft_plan_r2r_t->type~dtfft_plan_t type~plan_c plan_c type~plan_c->type~dtfft_plan_t p type~dtfft_plan_c2c_t dtfft_plan_c2c_t type~dtfft_plan_c2c_t->type~dtfft_core_c2c type~dtfft_plan_r2c_t dtfft_plan_r2c_t type~dtfft_plan_r2c_t->type~dtfft_core_c2c

Components

Type Visibility Attributes Name Initial
character(len=:), public, allocatable :: raw

String


Constructor

public interface string

Creates string object

  • private function string_constructor(str)

    Creates string object

    Arguments

    Type IntentOptional Attributes Name
    character(len=*), intent(in) :: str

    String

    Return Value type(string)


Type-Bound Procedures

procedure, public, pass(self) :: destroy => destroy_string

  • private subroutine destroy_string(self)

    Arguments

    Type IntentOptional Attributes Name
    class(string), intent(inout) :: self