APCUIterator::next

Move pointer to next item

Description

public bool APCUIterator::next()

Moves the iterator pointer to the next element.

Parameters

This function has no parameters.

Return Values

Returns true on success or false on failure.

See Also

  • APCUIterator::current
  • APCUIterator::rewind
  • Iterator::next