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

Converts a string representation of a number to a long integer. More...

Private Member Functions

integer(lintg) function string_to_long_integer_c (STRING, ERR, ERROR)
 Converts a character string representation of a number to a long integer. More...
 
integer(lintg) function string_to_long_integer_vs (STRING, ERR, ERROR)
 Converts a varying string representation of a number to a long integer. More...
 

Detailed Description

Converts a string representation of a number to a long integer.

Definition at line 201 of file strings.f90.

Member Function/Subroutine Documentation

integer(lintg) function strings::string_to_long_integer::string_to_long_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 a long integer.

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

Definition at line 1556 of file strings.f90.

integer(lintg) function strings::string_to_long_integer::string_to_long_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 a long integer.

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

Definition at line 1582 of file strings.f90.