GRU - Generic Reusable Utilities
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Typedefs
gru_collection_callbacks.h File Reference
#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. More...
 
typedef void(* handle_function_t )(const void *, void *)
 Handler function for the collections module. More...
 
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. More...
 
typedef handle_function_t tree_callback_fn
 

Typedef Documentation

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.