Public Member Functions | |
| character(string) function, dimension(1) | str_to_array1 (c1) |
| character(string) function, dimension(2) | str_to_array2 (c1, c2) |
| character(string) function, dimension(3) | str_to_array3 (c1, c2, c3) |
| character(string) function, dimension(4) | str_to_array4 (c1, c2, c3, c4) |
| character(string) function, dimension(5) | str_to_array5 (c1, c2, c3, c4, c5) |
| character(string) function, dimension(6) | str_to_array6 (c1, c2, c3, c4, c5, c6) |
| character(string) function, dimension(7) | str_to_array7 (c1, c2, c3, c4, c5, c6, c7) |
| character(string) function, dimension(8) | str_to_array8 (c1, c2, c3, c4, c5, c6, c7, c8) |
| character(string) function, dimension(9) | str_to_array9 (c1, c2, c3, c4, c5, c6, c7, c8, c9) |
| character(string) function, dimension(10) | str_to_array10 (c1, c2, c3, c4, c5, c6, c7, c8, c9, c10) |
| character(string) function, dimension(11) | str_to_array11 (c1, c2, c3, c4, c5, c6, c7, c8, c9, c10, c11) |
| character(string) function, dimension(12) | str_to_array12 (c1, c2, c3, c4, c5, c6, c7, c8, c9, c10, c11, c12) |
Definition at line 154 of file dc_string.f90.
| character(string) function, dimension(1) dc_string::stoa::str_to_array1 | ( | character(*), intent(in) | c1 | ) |
Convert 1 string(s) to array
Converts multiple character variables of different lengths into a single character array.
Definition at line 1194 of file dc_string.f90.
| character(string) function, dimension(10) dc_string::stoa::str_to_array10 | ( | character(*), intent(in) | c1, |
| character(*), intent(in) | c2, | ||
| character(*), intent(in) | c3, | ||
| character(*), intent(in) | c4, | ||
| character(*), intent(in) | c5, | ||
| character(*), intent(in) | c6, | ||
| character(*), intent(in) | c7, | ||
| character(*), intent(in) | c8, | ||
| character(*), intent(in) | c9, | ||
| character(*), intent(in) | c10 ) |
Convert 10 string(s) to array
Converts multiple character variables of different lengths into a single character array.
Definition at line 1401 of file dc_string.f90.
| character(string) function, dimension(11) dc_string::stoa::str_to_array11 | ( | character(*), intent(in) | c1, |
| character(*), intent(in) | c2, | ||
| character(*), intent(in) | c3, | ||
| character(*), intent(in) | c4, | ||
| character(*), intent(in) | c5, | ||
| character(*), intent(in) | c6, | ||
| character(*), intent(in) | c7, | ||
| character(*), intent(in) | c8, | ||
| character(*), intent(in) | c9, | ||
| character(*), intent(in) | c10, | ||
| character(*), intent(in) | c11 ) |
Convert 11 string(s) to array
Converts multiple character variables of different lengths into a single character array.
Definition at line 1429 of file dc_string.f90.
| character(string) function, dimension(12) dc_string::stoa::str_to_array12 | ( | character(*), intent(in) | c1, |
| character(*), intent(in) | c2, | ||
| character(*), intent(in) | c3, | ||
| character(*), intent(in) | c4, | ||
| character(*), intent(in) | c5, | ||
| character(*), intent(in) | c6, | ||
| character(*), intent(in) | c7, | ||
| character(*), intent(in) | c8, | ||
| character(*), intent(in) | c9, | ||
| character(*), intent(in) | c10, | ||
| character(*), intent(in) | c11, | ||
| character(*), intent(in) | c12 ) |
Convert 12 string(s) to array
Converts multiple character variables of different lengths into a single character array.
Definition at line 1458 of file dc_string.f90.
| character(string) function, dimension(2) dc_string::stoa::str_to_array2 | ( | character(*), intent(in) | c1, |
| character(*), intent(in) | c2 ) |
Convert 2 string(s) to array
Converts multiple character variables of different lengths into a single character array.
Definition at line 1213 of file dc_string.f90.
| character(string) function, dimension(3) dc_string::stoa::str_to_array3 | ( | character(*), intent(in) | c1, |
| character(*), intent(in) | c2, | ||
| character(*), intent(in) | c3 ) |
Convert 3 string(s) to array
Converts multiple character variables of different lengths into a single character array.
Definition at line 1233 of file dc_string.f90.
| character(string) function, dimension(4) dc_string::stoa::str_to_array4 | ( | character(*), intent(in) | c1, |
| character(*), intent(in) | c2, | ||
| character(*), intent(in) | c3, | ||
| character(*), intent(in) | c4 ) |
Convert 4 string(s) to array
Converts multiple character variables of different lengths into a single character array.
Definition at line 1254 of file dc_string.f90.
| character(string) function, dimension(5) dc_string::stoa::str_to_array5 | ( | character(*), intent(in) | c1, |
| character(*), intent(in) | c2, | ||
| character(*), intent(in) | c3, | ||
| character(*), intent(in) | c4, | ||
| character(*), intent(in) | c5 ) |
Convert 5 string(s) to array
Converts multiple character variables of different lengths into a single character array.
Definition at line 1276 of file dc_string.f90.
| character(string) function, dimension(6) dc_string::stoa::str_to_array6 | ( | character(*), intent(in) | c1, |
| character(*), intent(in) | c2, | ||
| character(*), intent(in) | c3, | ||
| character(*), intent(in) | c4, | ||
| character(*), intent(in) | c5, | ||
| character(*), intent(in) | c6 ) |
Convert 6 string(s) to array
Converts multiple character variables of different lengths into a single character array.
Definition at line 1299 of file dc_string.f90.
| character(string) function, dimension(7) dc_string::stoa::str_to_array7 | ( | character(*), intent(in) | c1, |
| character(*), intent(in) | c2, | ||
| character(*), intent(in) | c3, | ||
| character(*), intent(in) | c4, | ||
| character(*), intent(in) | c5, | ||
| character(*), intent(in) | c6, | ||
| character(*), intent(in) | c7 ) |
Convert 7 string(s) to array
Converts multiple character variables of different lengths into a single character array.
Definition at line 1323 of file dc_string.f90.
| character(string) function, dimension(8) dc_string::stoa::str_to_array8 | ( | character(*), intent(in) | c1, |
| character(*), intent(in) | c2, | ||
| character(*), intent(in) | c3, | ||
| character(*), intent(in) | c4, | ||
| character(*), intent(in) | c5, | ||
| character(*), intent(in) | c6, | ||
| character(*), intent(in) | c7, | ||
| character(*), intent(in) | c8 ) |
Convert 8 string(s) to array
Converts multiple character variables of different lengths into a single character array.
Definition at line 1348 of file dc_string.f90.
| character(string) function, dimension(9) dc_string::stoa::str_to_array9 | ( | character(*), intent(in) | c1, |
| character(*), intent(in) | c2, | ||
| character(*), intent(in) | c3, | ||
| character(*), intent(in) | c4, | ||
| character(*), intent(in) | c5, | ||
| character(*), intent(in) | c6, | ||
| character(*), intent(in) | c7, | ||
| character(*), intent(in) | c8, | ||
| character(*), intent(in) | c9 ) |
Convert 9 string(s) to array
Converts multiple character variables of different lengths into a single character array.
Definition at line 1374 of file dc_string.f90.