Public Member Functions | |
| subroutine | dchashrewind0 (hashv) |
Definition at line 237 of file dc_hash.f90.
| subroutine dc_hash::rewind::dchashrewind0 | ( | type(hash), intent(inout) | hashv | ) |
Initialize for searching entire hash
Rewinds hashv mainly for the purpose of extracting hash contents. Combined with DCHashNext, you can obtain a list of keys and values.
See the following sample source code:
| [in,out] | hashv | Hash variable |
Definition at line 401 of file dc_hash.f90.