Definition at line 158 of file dc_hash.f90.
◆ dchashputline0()
subroutine dc_hash::putline::dchashputline0 |
( |
type(hash), intent(in) |
hashv | ) |
|
|
private |
Definition at line 299 of file dc_hash.f90.
305 type(
hash),
intent(in) :: hashv
306 type(
hash) :: hashv_tmp
307 character(len = STRING):: key, value
312 call printf(6,
'#<HASH:: ')
317 call printf(6,
' "%c" -> "%c",', &
318 & c1=trim(key), c2=trim(
value))
character(string) function, public joinchar(carray, expr)
integer, parameter, public string
文字列を保持する 文字型変数の種別型パラメタ
The documentation for this interface was generated from the following file: