libdacav 0.9.0
/home/dacav/Projects/libdacav/libdacav/dacav/dacavtypes.h File Reference

Data types. More...

Go to the source code of this file.

Data Structures

struct  dcprm_t
 Pair of callbacks for copy construction and for distruction of a generic item. More...

Typedefs

typedef void(* dfree_cb_t )(void *obj)
 Memory free callback function.
typedef void *(* diter_cb_t )(void *udata, void *data)
 Container scan callback function.
typedef void *(* dcreate_cb_t )(void *src)
 Constructor callback function.
typedef void *(* dcopy_cb_t )(const void *src)
 Copy-constructor callback function.
typedef int( dfilter_cb_t )(void *udata, void *data)
 Filter scan callback function.
typedef int(* dcmp_cb_t )(const void *v0, const void *v1)
 Callback for comparation between two generic objects.

Detailed Description

Data types.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator