Free the List iterator
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(EntryListIterator_t), | intent(inout) | :: | this |
Associate the iterator with an entry
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(EntryListIterator_t), | intent(inout) | :: | this | |||
| type(ParameterEntry_t), | intent(in), | target | :: | Entry |
The iterator points to the next associated entry
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(EntryListIterator_t), | intent(inout) | :: | this |
Check if Iterator has reached the end of the dictionary
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(EntryListIterator_t), | intent(in) | :: | this |
Return the current Entry
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(EntryListIterator_t), | intent(in) | :: | this |
Return the current Key
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(EntryListIterator_t), | intent(in) | :: | this |
Return the current Value
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(EntryListIterator_t), | intent(in) | :: | this |
Free the List iterator
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(EntryListIterator_t), | intent(inout) | :: | this |
Assignment operator
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(EntryListIterator_t), | intent(inout) | :: | this | |||
| type(EntryListIterator_t), | intent(in) | :: | ListIterator |