Definition at line 67 of file dc_string.f90.
◆ str2bool()
logical function dc_string::str_to_logical::str2bool |
( |
character(len = *), intent(in) |
string | ) |
|
|
private |
Definition at line 515 of file dc_string.f90.
521 character(len = *),
intent(in)::
string 526 case (
"",
"0",
"0.0",
"0.0D0",
"0.0d0",
".false.",
".FALSE.", &
527 &
"f",
"F",
"false",
"FALSE")
integer, parameter, public string
文字列を保持する 文字型変数の種別型パラメタ
The documentation for this interface was generated from the following file: