test/map_tests.h

Fri, 05 Oct 2012 14:06:40 +0200

author
Mike Becker <universe@uap-core.de>
date
Fri, 05 Oct 2012 14:06:40 +0200
changeset 51
1c78cd19fb6b
parent 48
621a4430c404
child 53
e533c170bfb8
permissions
-rw-r--r--

added rehashing to maps by using clone function

     1 /* 
     2  *
     3  */
     5 #ifndef MAP_TESTS_H
     6 #define	MAP_TESTS_H
     8 #include "ucx/test.h"
     9 #include "ucx/map.h"
    11 #ifdef	__cplusplus
    12 extern "C" {
    13 #endif
    15 UCX_TEST_DECLARE(test_ucx_map_new)
    16 UCX_TEST_DECLARE(test_ucx_key)
    17 UCX_TEST_DECLARE(test_ucx_map_put)
    18 UCX_TEST_DECLARE(test_ucx_map_get)
    19 UCX_TEST_DECLARE(test_ucx_map_iterator)
    20 UCX_TEST_DECLARE(test_ucx_map_iterator_chain)
    21 UCX_TEST_DECLARE(test_ucx_map_store_load)
    22 UCX_TEST_DECLARE(test_ucx_map_store_load_with_mempool)
    23 UCX_TEST_DECLARE(test_ucx_map_clone)
    24 UCX_TEST_DECLARE(test_ucx_map_rehash)
    27 #ifdef	__cplusplus
    28 }
    29 #endif
    31 #endif	/* MAP_TESTS_H */

mercurial