|
TUV-x
|
Resets the iterator to the beginning of the collection. More...
Public Member Functions | |
| subroutine | reset (this, parent) |
Resets the iterator to the beginning of the collection.
For iterators that target nested sets of elements (e.g., cells within a column), the reset function can require a higher-level iterator whose current target will be used to identify the nested set of elements to iterate over.
| subroutine musica_iterator::reset::reset | ( | class(iterator_t), intent(inout) | this, |
| class(iterator_t), intent(in), optional | parent ) |
| [in,out] | this | Iterator |
| [in] | parent | Iterator for parent model element |