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

Private Member Functions

type(varying_string) function logical_to_vstring (LOGICALVALUE, ERR, ERROR)
 Converts a logical value to either a "TRUE" or "FALSE" varying string. More...
 

Detailed Description

Definition at line 140 of file strings.f90.

Member Function/Subroutine Documentation

type(varying_string) function strings::logicaltovstring::logical_to_vstring ( logical, intent(in)  LOGICALVALUE,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Converts a logical value to either a "TRUE" or "FALSE" varying string.

Parameters
[in]logicalvalueThe logical value to convert
[out]errThe error code
[out]errorThe error string
Returns
On exit, the varying string equivalent value

Definition at line 879 of file strings.f90.