OpenCMISS-Iron Internal API Documentation
input_output::write_string_value Interface Reference

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

Detailed Description

Write a string followed by a value to a given output stream.

Definition at line 86 of file input_output.f90.

Member Function/Subroutine Documentation

subroutine input_output::write_string_value::write_string_value_c ( integer(intg), intent(in)  ID,
character(len=*), intent(in)  FIRST_STRING,
character(len=*), intent(in)  VALUE,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
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.

Parameters
[in]idThe ID of the output stream. An ID of > 9 specifies file output
See also
BASE_ROUTINES::OutputType,BASE_ROUTINES::FileUnits
Parameters
[in]first_stringThe first string to be output
[in]valueThe value to be output
[out]errThe error code
[out]errorThe error string

Definition at line 413 of file input_output.f90.

subroutine input_output::write_string_value::write_string_value_dp ( integer(intg), intent(in)  ID,
character(len=*), intent(in)  FIRST_STRING,
real(dp), intent(in)  VALUE,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
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.

Parameters
[in]idThe ID of the output stream. An ID of > 9 specifies file output
See also
BASE_ROUTINES::OutputType,BASE_ROUTINES::FileUnits
Parameters
[in]first_stringThe first string to be output
[in]valueThe value to be output
[out]errThe error code
[out]errorThe error string

Definition at line 442 of file input_output.f90.

subroutine input_output::write_string_value::write_string_value_intg ( integer(intg), intent(in)  ID,
character(len=*), intent(in)  FIRST_STRING,
integer(intg), intent(in)  VALUE,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
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.

Parameters
[in]idThe ID of the output stream. An ID of > 9 specifies file output
See also
BASE_ROUTINES::OutputType,BASE_ROUTINES::FileUnits
Parameters
[in]first_stringThe first string to be output
[in]valueThe value to be output
[out]errThe error code
[out]errorThe error string

Definition at line 472 of file input_output.f90.

subroutine input_output::write_string_value::write_string_value_l ( integer(intg), intent(in)  ID,
character(len=*), intent(in)  FIRST_STRING,
logical, intent(in)  VALUE,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
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.

Parameters
[in]idThe ID of the output stream. An ID of > 9 specifies file output
See also
BASE_ROUTINES::OutputType,BASE_ROUTINES::FileUnits
Parameters
[in]first_stringThe first string to be output
[in]valueThe value to be output
[out]errThe error code
[out]errorThe error string

Definition at line 532 of file input_output.f90.

subroutine input_output::write_string_value::write_string_value_lintg ( integer(intg), intent(in)  ID,
character(len=*), intent(in)  FIRST_STRING,
integer(lintg), intent(in)  VALUE,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
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.

Parameters
[in]idThe ID of the output stream. An ID of > 9 specifies file output
See also
BASE_ROUTINES::OutputType,BASE_ROUTINES::FileUnits
Parameters
[in]first_stringThe first string to be output
[in]valueThe value to be output
[out]errThe error code
[out]errorThe error string

Definition at line 502 of file input_output.f90.

subroutine input_output::write_string_value::write_string_value_sp ( integer(intg), intent(in)  ID,
character(len=*), intent(in)  FIRST_STRING,
real(sp), intent(in)  VALUE,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
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.

Parameters
[in]idThe ID of the output stream. An ID of > 9 specifies file output
See also
BASE_ROUTINES::OutputType,BASE_ROUTINES::FileUnits
Parameters
[in]first_stringThe first string to be output
[in]valueThe value to be output
[out]errThe error code
[out]errorThe error string

Definition at line 561 of file input_output.f90.

subroutine input_output::write_string_value::write_string_value_vs ( integer(intg), intent(in)  ID,
character(len=*), intent(in)  FIRST_STRING,
type(varying_string), intent(in)  VALUE,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
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.

Parameters
[in]idThe ID of the output stream. An ID of > 9 specifies file output
See also
BASE_ROUTINES::OutputType,BASE_ROUTINES::FileUnits
Parameters
[in]first_stringThe first string to be output
[in]valueThe value to be output
[out]errThe error code
[out]errorThe error string

Definition at line 592 of file input_output.f90.