gtool5 Fortran 90/95 Library 1.0.0-rc5
日本語
Loading...
Searching...
No Matches
dc_string::printf Interface Reference

Public Member Functions

subroutine dcstringsprintf (unit, fmt, i, r, d, l, n, c1, c2, c3, ca)
subroutine dcstringfprintf (unit, fmt, i, r, d, l, n, c1, c2, c3, ca)

Detailed Description

Definition at line 241 of file dc_string.f90.

Member Function/Subroutine Documentation

◆ dcstringfprintf()

subroutine dc_string::printf::dcstringfprintf ( integer, intent(in), optional unit,
character(*), intent(in) fmt,
integer, dimension(:), intent(in), optional i,
real, dimension(:), intent(in), optional r,
real(dp), dimension(:), intent(in), optional d,
logical, dimension(:), intent(in), optional l,
integer, dimension(:), intent(in), optional n,
character(*), intent(in), optional c1,
character(*), intent(in), optional c2,
character(*), intent(in), optional c3,
character(*), dimension(:), intent(in), optional ca )

Definition at line 253 of file dc_string.f90.

254 use dc_types, only: dp, sp
255 integer, intent(in), optional:: unit
256 character(*), intent(in):: fmt
257 integer, intent(in), optional:: i(:), n(:)
258 real, intent(in), optional:: r(:)
259 real(DP), intent(in), optional:: d(:)
260 logical, intent(in), optional:: L(:)
261 character(*), intent(in), optional:: c1, c2, c3
262 character(*), intent(in), optional:: ca(:)
Provides kind type parameter values.
Definition dc_types.f90:55
integer, parameter, public dp
Double Precision Real number
Definition dc_types.f90:92
integer, parameter, public sp
Single Precision Real number.
Definition dc_types.f90:82

References dc_types::dp, and dc_types::sp.

◆ dcstringsprintf()

subroutine dc_string::printf::dcstringsprintf ( character(*), intent(out) unit,
character(*), intent(in) fmt,
integer, dimension(:), intent(in), optional i,
real(sp), dimension(:), intent(in), optional r,
real(dp), dimension(:), intent(in), optional d,
logical, dimension(:), intent(in), optional l,
integer, dimension(:), intent(in), optional n,
character(*), intent(in), optional c1,
character(*), intent(in), optional c2,
character(*), intent(in), optional c3,
character(*), dimension(:), intent(in), optional ca )

Definition at line 242 of file dc_string.f90.

243 use dc_types, only: dp, sp
244 character(*), intent(out):: unit
245 character(*), intent(in):: fmt
246 integer, intent(in), optional:: i(:), n(:)
247 real(SP), intent(in), optional:: r(:)
248 real(DP), intent(in), optional:: d(:)
249 logical, intent(in), optional:: L(:)
250 character(*), intent(in), optional:: c1, c2, c3
251 character(*), intent(in), optional:: ca(:)

References dc_types::dp, and dc_types::sp.


The documentation for this interface was generated from the following file: