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

Write a string to a given output stream. More...

Private Member Functions

subroutine write_string_c (ID, STRING, ERR, ERROR,)
 Writes the character STRING to the given output stream specified by ID. More...
 
subroutine write_string_vs (ID, STRING, ERR, ERROR,)
 Writes the varying string STRING to the given output stream specified by ID. More...
 

Detailed Description

Write a string to a given output stream.

Definition at line 74 of file input_output.f90.

Member Function/Subroutine Documentation

subroutine input_output::write_string::write_string_c ( integer(intg), intent(in)  ID,
character(len=*), intent(in)  STRING,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Writes the character STRING to the given output stream specified by ID.

Parameters
[in]idThe ID of the output stream to write to
See also
BASE_ROUTINES::OutputType,BASE_ROUTINES::FileUnits
Parameters
[in]stringThe string to write
[out]errThe error code
[out]errorThe error string

Definition at line 363 of file input_output.f90.

subroutine input_output::write_string::write_string_vs ( integer(intg), intent(in)  ID,
type(varying_string), intent(in)  STRING,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Writes the varying string STRING to the given output stream specified by ID.

Parameters
[in]idThe ID of the output stream to write to
See also
BASE_ROUTINES::OutputType,BASE_ROUTINES::FileUnits
Parameters
[in]stringThe string to write
[out]errThe error code
[out]errorThe error string

Definition at line 388 of file input_output.f90.