#include <suifkernel/utilities.h>
for (Iter<Type> iter = suif_object_ref_iterator<Type>(expression); iter.is_valid(); iter.next()) { Type *t = &iter.current(); // do something with the referenced type. }
written by Dimitri van Heesch, © 1997-1999