16#ifndef GRU_COLLECTION_CALLBACKS_H
17#define GRU_COLLECTION_CALLBACKS_H
bool(* compare_function_t)(const void *, const void *data, void *result)
Comparator function for the collections module.
Definition: gru_collection_callbacks.h:30
void(* handle_function_info_t)(const void *, gru_node_info_t info, void *)
A handler function for the collections module that also receiver node information.
Definition: gru_collection_callbacks.h:40
handle_function_t tree_callback_fn
Definition: gru_collection_callbacks.h:42
void(* handle_function_t)(const void *, void *)
Handler function for the collections module.
Definition: gru_collection_callbacks.h:35
Node information container.
Definition: gru_node_info.h:28