Toggle navigation
plantFEM
Contents
Source Files
Modules
Procedures
Derived Types
Programs
Source Files
Modules
Procedures
Derived Types
Programs
operator(+)
Interface
MIT
3 statements
Source File
StringClass.f90
StringClass
operator(+)
Contents
Module Procedures
addstring
addstringchar
addcharstring
public interface operator(+)
Contents
Module Procedures
addstring
addstringchar
addcharstring
Module Procedures
public function
addstring
(x, y) result(z)
Arguments
Type
Intent
Optional
Attributes
Name
type(
string_
),
intent(in)
::
x
type(
string_
),
intent(in)
::
y
Return Value
type(
string_
)
public function
addstringchar
(x, y) result(z)
Arguments
Type
Intent
Optional
Attributes
Name
type(
string_
),
intent(in)
::
x
character(len=*),
intent(in)
::
y
Return Value
type(
string_
)
public function
addcharstring
(y, x) result(z)
Arguments
Type
Intent
Optional
Attributes
Name
character(len=*),
intent(in)
::
y
type(
string_
),
intent(in)
::
x
Return Value
type(
string_
)