#include <stdbool.h>
#include "gru_node_info.h"
Go to the source code of this file.
Typedefs | |
typedef bool(* | compare_function_t )(const void *, const void *data, void *result) |
Comparator function for the collections module. | |
typedef void(* | handle_function_t )(const void *, void *) |
Handler function for the collections module. | |
typedef 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. | |
typedef handle_function_t | tree_callback_fn |
typedef bool(* compare_function_t)(const void *, const void *data, void *result) |
Comparator function for the collections module.
typedef 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.
typedef void(* handle_function_t)(const void *, void *) |
Handler function for the collections module.
typedef handle_function_t tree_callback_fn |