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 | ) |
1 個の文字列を配列に変換
異なる長さの複数の文字型変数を1つの文字型配列に変換します。
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 | ||
| ) |
10 個の文字列を配列に変換
異なる長さの複数の文字型変数を1つの文字型配列に変換します。
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 | ||
| ) |
11 個の文字列を配列に変換
異なる長さの複数の文字型変数を1つの文字型配列に変換します。
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 | ||
| ) |
12 個の文字列を配列に変換
異なる長さの複数の文字型変数を1つの文字型配列に変換します。
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 | ||
| ) |
2 個の文字列を配列に変換
異なる長さの複数の文字型変数を1つの文字型配列に変換します。
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 | ||
| ) |
3 個の文字列を配列に変換
異なる長さの複数の文字型変数を1つの文字型配列に変換します。
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 | ||
| ) |
4 個の文字列を配列に変換
異なる長さの複数の文字型変数を1つの文字型配列に変換します。
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 | ||
| ) |
5 個の文字列を配列に変換
異なる長さの複数の文字型変数を1つの文字型配列に変換します。
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 | ||
| ) |
6 個の文字列を配列に変換
異なる長さの複数の文字型変数を1つの文字型配列に変換します。
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 | ||
| ) |
7 個の文字列を配列に変換
異なる長さの複数の文字型変数を1つの文字型配列に変換します。
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 | ||
| ) |
8 個の文字列を配列に変換
異なる長さの複数の文字型変数を1つの文字型配列に変換します。
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 | ||
| ) |
9 個の文字列を配列に変換
異なる長さの複数の文字型変数を1つの文字型配列に変換します。
Definition at line 1374 of file dc_string.f90.