Any class which wishes to use the queue Walk function must inherit from this class to define its callback interface.
Name | Description |
---|---|
GeoQueueEnumCallback(const T &, void *) | Callback. |
public: bool GeoQueueEnumCallback
(
const T & object,
void * context
)
Callback.
[in] | object | The object in the GeoQueue being processed. |
[in] | context | A void* passed by the Enumerate() caller containing user data. |
false if the Enumerate() call should stop, true to continue processing.