Dataset.foreac

Calls the given function for each data element which is associated with the given location. Note that this function is NOT thread-safe. So unless datalist can be protected from any modifications during invocation of this function, it should not be called.

class Dataset
static
void
foreac

Parameters

datasetLocation void*

the location identifying the dataset.

func GDataForeachFunc

the function to call for each data element.

userData void*

user data to pass to the function.

Meta