exitEntry
Exits a level of recursion, restoring the current entry.
Declaration
virtual bool exitEntry(
void );Return Value
true if a level of recursion was undone, false if no recursive levels are left in the iteration.
Overview
This method undoes an enterEntry, restoring the current entry. If there are no more levels of recursion to exit false is returned, otherwise true is returned.