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

Write a string followed by a value formatted in a particular way to a specified output stream. More...

Private Member Functions

subroutine write_string_fmt_value_c (ID, FIRST_STRING, VALUE, FORMAT_STRING, ERR, ERROR,)
 Writes the FIRST STRING followed by a formatted character VALUE to the given output stream specified by ID. FORMAT_STRING is used to format the value. More...
 
subroutine write_string_fmt_value_dp (ID, FIRST_STRING, VALUE, FORMAT_STRING, ERR, ERROR,)
 Writes the FIRST STRING followed by a formatted character VALUE to the given output stream specified by ID. FORMAT_STRING is used to format the value. More...
 
subroutine write_string_fmt_value_intg (ID, FIRST_STRING, VALUE, FORMAT_STRING, ERR, ERROR,)
 Writes the FIRST STRING followed by a formatted character VALUE to the given output stream specified by ID. FORMAT_STRING is used to format the value. More...
 
subroutine write_string_fmt_value_lintg (ID, FIRST_STRING, VALUE, FORMAT_STRING, ERR, ERROR,)
 Writes the FIRST STRING followed by a formatted character VALUE to the given output stream specified by ID. FORMAT_STRING is used to format the value. More...
 
subroutine write_string_fmt_value_l (ID, FIRST_STRING, VALUE, FORMAT_STRING, ERR, ERROR,)
 Writes the FIRST STRING followed by a formatted character VALUE to the given output stream specified by ID. FORMAT_STRING is used to format the value. More...
 
subroutine write_string_fmt_value_sp (ID, FIRST_STRING, VALUE, FORMAT_STRING, ERR, ERROR,)
 Writes the FIRST STRING followed by a formatted character VALUE to the given output stream specified by ID. FORMAT_STRING is used to format the value. More...
 
subroutine write_string_fmt_value_vs (ID, FIRST_STRING, VALUE, FORMAT_STRING, ERR, ERROR,)
 Writes the FIRST STRING followed by a formatted character VALUE to the given output stream specified by ID. FORMAT_STRING is used to format the value. More...
 

Detailed Description

Write a string followed by a value formatted in a particular way to a specified output stream.

Definition at line 188 of file input_output.f90.

Member Function/Subroutine Documentation

subroutine input_output::write_string_fmt_value::write_string_fmt_value_c ( integer(intg), intent(in)  ID,
character(len=*), intent(in)  FIRST_STRING,
character(len=*), intent(in)  VALUE,
character(len=*), intent(in)  FORMAT_STRING,
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. FORMAT_STRING 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
[in]format_stringThe format string to be used to format the value
[out]errThe error code
[out]errorThe error string

Definition at line 1825 of file input_output.f90.

subroutine input_output::write_string_fmt_value::write_string_fmt_value_dp ( integer(intg), intent(in)  ID,
character(len=*), intent(in)  FIRST_STRING,
real(dp), intent(in)  VALUE,
character(len=*), intent(in)  FORMAT_STRING,
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. FORMAT_STRING 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
[in]format_stringThe format string to be used to format the value
[out]errThe error code
[out]errorThe error string

Definition at line 1855 of file input_output.f90.

subroutine input_output::write_string_fmt_value::write_string_fmt_value_intg ( integer(intg), intent(in)  ID,
character(len=*), intent(in)  FIRST_STRING,
integer(intg), intent(in)  VALUE,
character(len=*), intent(in)  FORMAT_STRING,
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. FORMAT_STRING 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
[in]format_stringThe format string to be used to format the value
[out]errThe error code
[out]errorThe error string

Definition at line 1886 of file input_output.f90.

subroutine input_output::write_string_fmt_value::write_string_fmt_value_l ( integer(intg), intent(in)  ID,
character(len=*), intent(in)  FIRST_STRING,
logical, intent(in)  VALUE,
character(len=*), intent(in)  FORMAT_STRING,
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. FORMAT_STRING 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
[in]format_stringThe format string to be used to format the value
[out]errThe error code
[out]errorThe error string

Definition at line 1946 of file input_output.f90.

subroutine input_output::write_string_fmt_value::write_string_fmt_value_lintg ( integer(intg), intent(in)  ID,
character(len=*), intent(in)  FIRST_STRING,
integer(lintg), intent(in)  VALUE,
character(len=*), intent(in)  FORMAT_STRING,
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. FORMAT_STRING 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
[in]format_stringThe format string to be used to format the value
[out]errThe error code
[out]errorThe error string

Definition at line 1916 of file input_output.f90.

subroutine input_output::write_string_fmt_value::write_string_fmt_value_sp ( integer(intg), intent(in)  ID,
character(len=*), intent(in)  FIRST_STRING,
real(sp), intent(in)  VALUE,
character(len=*), intent(in)  FORMAT_STRING,
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. FORMAT_STRING 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
[in]format_stringThe format string to be used to format the value
[out]errThe error code
[out]errorThe error string

Definition at line 1976 of file input_output.f90.

subroutine input_output::write_string_fmt_value::write_string_fmt_value_vs ( integer(intg), intent(in)  ID,
character(len=*), intent(in)  FIRST_STRING,
type(varying_string), intent(in)  VALUE,
character(len=*), intent(in)  FORMAT_STRING,
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. FORMAT_STRING 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
[in]format_stringThe format string to be used to format the value
[out]errThe error code
[out]errorThe error string

Definition at line 2007 of file input_output.f90.