ucx/map.h

changeset 206
58b77eb51afd
parent 192
1e51558b9d09
child 208
262c7be94eba
     1.1 --- a/ucx/map.h	Tue May 19 17:01:28 2015 +0200
     1.2 +++ b/ucx/map.h	Thu Oct 15 12:34:10 2015 +0200
     1.3 @@ -154,6 +154,15 @@
     1.4  void ucx_map_free(UcxMap *map);
     1.5  
     1.6  /**
     1.7 + * Clears a hash map.
     1.8 + * 
     1.9 + * <b>Note:</b> the contents are <b>not</b> freed.
    1.10 + * 
    1.11 + * @param map the map to be freed
    1.12 + */
    1.13 +void ucx_map_clear(UcxMap *map);
    1.14 +
    1.15 +/**
    1.16   * Copies contents from a map to another map using a copy function.
    1.17   * 
    1.18   * <b>Note:</b> The destination map does not need to be empty. However, if it

mercurial