OpenCMISS-Iron Internal API Documentation
|
Write a string followed by a value to a given output stream. More...
Private Member Functions | |
subroutine | write_string_value_c (ID, FIRST_STRING, VALUE, ERR, ERROR,) |
Writes the FIRST STRING followed by a formatted character VALUE to the given output stream specified by ID. Free format is used to format the value. More... | |
subroutine | write_string_value_dp (ID, FIRST_STRING, VALUE, ERR, ERROR,) |
Writes the FIRST STRING followed by a formatted character VALUE to the given output stream specified by ID. Free format is used to format the value. More... | |
subroutine | write_string_value_intg (ID, FIRST_STRING, VALUE, ERR, ERROR,) |
Writes the FIRST STRING followed by a formatted character VALUE to the given output stream specified by ID. Free format is used to format the value. More... | |
subroutine | write_string_value_lintg (ID, FIRST_STRING, VALUE, ERR, ERROR,) |
Writes the FIRST STRING followed by a formatted character VALUE to the given output stream specified by ID. Free format is used to format the value. More... | |
subroutine | write_string_value_l (ID, FIRST_STRING, VALUE, ERR, ERROR,) |
Writes the FIRST STRING followed by a formatted character VALUE to the given output stream specified by ID. Free format is used to format the value. More... | |
subroutine | write_string_value_sp (ID, FIRST_STRING, VALUE, ERR, ERROR,) |
Writes the FIRST STRING followed by a formatted character VALUE to the given output stream specified by ID. Free format is used to format the value. More... | |
subroutine | write_string_value_vs (ID, FIRST_STRING, VALUE, ERR, ERROR,) |
Writes the FIRST STRING followed by a formatted character VALUE to the given output stream specified by ID. Free format is used to format the value. More... | |
Write a string followed by a value to a given output stream.
Definition at line 97 of file input_output.f90.
|
private |
Writes the FIRST STRING followed by a formatted character VALUE to the given output stream specified by ID. Free format is used to format the value.
[in] | id | The ID of the output stream. An ID of > 9 specifies file output |
[in] | first_string | The first string to be output |
[in] | value | The value to be output |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 413 of file input_output.f90.
|
private |
Writes the FIRST STRING followed by a formatted character VALUE to the given output stream specified by ID. Free format is used to format the value.
[in] | id | The ID of the output stream. An ID of > 9 specifies file output |
[in] | first_string | The first string to be output |
[in] | value | The value to be output |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 442 of file input_output.f90.
|
private |
Writes the FIRST STRING followed by a formatted character VALUE to the given output stream specified by ID. Free format is used to format the value.
[in] | id | The ID of the output stream. An ID of > 9 specifies file output |
[in] | first_string | The first string to be output |
[in] | value | The value to be output |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 472 of file input_output.f90.
|
private |
Writes the FIRST STRING followed by a formatted character VALUE to the given output stream specified by ID. Free format is used to format the value.
[in] | id | The ID of the output stream. An ID of > 9 specifies file output |
[in] | first_string | The first string to be output |
[in] | value | The value to be output |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 532 of file input_output.f90.
|
private |
Writes the FIRST STRING followed by a formatted character VALUE to the given output stream specified by ID. Free format is used to format the value.
[in] | id | The ID of the output stream. An ID of > 9 specifies file output |
[in] | first_string | The first string to be output |
[in] | value | The value to be output |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 502 of file input_output.f90.
|
private |
Writes the FIRST STRING followed by a formatted character VALUE to the given output stream specified by ID. Free format is used to format the value.
[in] | id | The ID of the output stream. An ID of > 9 specifies file output |
[in] | first_string | The first string to be output |
[in] | value | The value to be output |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 561 of file input_output.f90.
|
private |
Writes the FIRST STRING followed by a formatted character VALUE to the given output stream specified by ID. Free format is used to format the value.
[in] | id | The ID of the output stream. An ID of > 9 specifies file output |
[in] | first_string | The first string to be output |
[in] | value | The value to be output |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 592 of file input_output.f90.