OpenCMISS-Iron Internal API Documentation
|
Converts a string representation of a number to an integer. More...
Private Member Functions | |
integer(intg) function | string_to_integer_c (STRING, ERR, ERROR) |
Converts a character string representation of a number to an integer. More... | |
integer(intg) function | string_to_integer_vs (STRING, ERR, ERROR) |
Converts a varying string representation of a number to an integer. More... | |
Converts a string representation of a number to an integer.
Definition at line 195 of file strings.f90.
|
private |
Converts a character string representation of a number to an integer.
[in] | string | The string to convert |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 1500 of file strings.f90.
|
private |
Converts a varying string representation of a number to an integer.
[in] | string | The string to convert |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 1526 of file strings.f90.