Public Member Functions | |
| subroutine | dchashnext0 (hashv, key, value, end) |
Definition at line 210 of file dc_hash.f90.
| subroutine dc_hash::dchashnext::dchashnext0 | ( | type(hash), intent(inout) | hashv, |
| character(*), intent(out) | key, | ||
| character(*), intent(out), optional | value, | ||
| logical, intent(out) | end | ||
| ) |
Get next key-value pair from hash
Returns the contents of hashv to key and value. See DCHashRewind for details.
| [in,out] | hashv | Hash variable |
| [out] | key | Key string |
| [out] | value | Value string (optional) |
| [out] | end | Returns .true. if all entries have been traversed |
Definition at line 431 of file dc_hash.f90.