Droplet
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Functions
vec.c File Reference

Functions

dpl_status_t dpl_vec_add_value (dpl_vec_t *vec, dpl_value_t *val)
 add a value to vector More...
 
void * dpl_vec_get (dpl_vec_t *vec, int i)
 return the void ptr bound to ith elt More...