Method

IpuzCharsetIternext

Declaration [src]

IpuzCharsetIter*
ipuz_charset_iter_next (
  IpuzCharsetIter* iter
)

Description [src]

Returns the next iter in the charset sequentially. If we’ve reached the end of the set, then return NULL; this will free the IpuzCharsetIter.

This method is not directly available to language bindings.

Return value

Type: IpuzCharsetIter

The next IpuzCharsetIter, or NULL.

The returned data is owned by the instance.