OpenCMISS-Iron Internal API Documentation
strings::stringtointeger Interface Reference

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...
 

Detailed Description

Converts a string representation of a number to an integer.

Definition at line 195 of file strings.f90.

Member Function/Subroutine Documentation

integer(intg) function strings::stringtointeger::string_to_integer_c ( character(len=*), intent(in)  STRING,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Converts a character string representation of a number to an integer.

Parameters
[in]stringThe string to convert
[out]errThe error code
[out]errorThe error string
Returns
On exit, the integer equivalent of the string

Definition at line 1500 of file strings.f90.

integer(intg) function strings::stringtointeger::string_to_integer_vs ( type(varying_string), intent(in)  STRING,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Converts a varying string representation of a number to an integer.

Parameters
[in]stringThe string to convert
[out]errThe error code
[out]errorThe error string
Returns
On exit, the integer equivalent of the string

Definition at line 1526 of file strings.f90.