(C) 1998 AROS - The Amiga Research OS


NAME
#include <intuition/classes.h>
#include <proto/boopsi.h>

APTR NextObject (objectPtrPtr)

LOCATION
In BOOPSIBase at offset 12

SYNOPSIS
APTR objectPtrPtr

FUNCTION
Use this function to iterate through a list of BOOPSI objects. You may do whatever you want with the object returned, even remove it from the list or disposing it and then continue to iterate thought the list.

INPUTS
objectPtrPtr
the pointer to a variable. This must be the same variable, as long as you iterate though the same list. This variable must initially be filled with the lh_Head of a list.

RESULT
A BOOPSI object, which can be manipulated.

EXAMPLE

SEE ALSO
NewObject(), "Basic Object-Oriented Programming System for Intuition" and "boopsi Class Reference" Dokument.

NOTES

BUGS

INTERNALS

HISTORY
20.10.1998 hkiel
Amiga Research OS
12.08.1998 nlorentz
Bugfix to my previously commited bugfix ;-)
10.08.1998 nlorentz
Bugfix: Now handles empty lists
23.10.1997 digulla
Added files from iaint