company logo

BTIterator :: GetAt - Get instance at current position

The function returns a pointer to the instance currently selected in the iterator. When no instance is selected, the function returns NULL.

Return value:  Instance returned from a binary tree ( void * )

Implementation details

void * BTIterator  :: GetAt (  )