|
OpenCMISS-Iron Internal API Documentation
|
Converts a string representation of a boolean value (TRUE or FALSE) to a logical. More...
Private Member Functions | |
| logical function | string_to_logical_c (STRING, ERR, ERROR) |
| Converts a character string representation of a boolean (TRUE or FALSE) to a logical. More... | |
| logical function | string_to_logical_vs (STRING, ERR, ERROR) |
| Converts a varying string representation of a boolean (TRUE or FALSE) to a logical. More... | |
Converts a string representation of a boolean value (TRUE or FALSE) to a logical.
Definition at line 213 of file strings.f90.
|
private |
Converts a character string representation of a boolean (TRUE or FALSE) to a logical.
| [in] | string | The string to convert |
| [out] | err | The error code |
| [out] | error | The error string |
Definition at line 1612 of file strings.f90.
|
private |
Converts a varying string representation of a boolean (TRUE or FALSE) to a logical.
| [in] | string | The string to convert |
| [out] | err | The error code |
| [out] | error | The error string |
Definition at line 1638 of file strings.f90.