public interface str_create
Creates a str object from Fortran character string or character array.
Module Procedures
private function str_create_chars(r, string) result(ierror)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
type(str), |
intent(out) |
|
| :: |
r | |
character(kind=C_CHAR,len=*), |
intent(in) |
|
| :: |
string | |
Return Value integer(kind=C_INT)
private function str_create_char_1d(r, string) result(ierror)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
type(str), |
intent(out) |
|
| :: |
r | |
character(kind=C_CHAR), |
intent(in), |
|
dimension(:) | :: |
string | |
Return Value integer(kind=C_INT)