libdacav 0.9.0
|
Pair of callbacks for copy construction and for distruction of a generic item. More...
#include <dacavtypes.h>
Data Fields | |
dfree_cb_t | rm |
Destructor. | |
dcopy_cb_t | cp |
Copy-constructor. |
Pair of callbacks for copy construction and for distruction of a generic item.
This is not an opaque type. You can declare an instance of this structure in the stack and pass it by pointer to the dhash_new() function. You can use the same structure multiple time, since the hash table implementation shall store the pointers to the callbacks internally.