79
* This can be printing the data, erasing the it, modifying it,
78
84
typedef void (* ForEachFunc)(spointer obj, spointer item, spointer data);
80
86
#define METHOD(k) ((MethodFunc) k)
81
87
#define FUNCTION(k) ((FuncPointer) k)
82
88
#define FREEFUNC(k) ((FreeFunc) k)
85
92
* A CompFunc represents a standard comparison function.