test/map_tests.h

Mon, 08 Oct 2012 12:29:27 +0200

author
Mike Becker <universe@uap-core.de>
date
Mon, 08 Oct 2012 12:29:27 +0200
changeset 53
e533c170bfb8
parent 51
1c78cd19fb6b
child 59
c80c910fe191
permissions
-rw-r--r--

added ucx_map_remove

     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_remove)
    20 UCX_TEST_DECLARE(test_ucx_map_iterator)
    21 UCX_TEST_DECLARE(test_ucx_map_iterator_chain)
    22 UCX_TEST_DECLARE(test_ucx_map_store_load)
    23 UCX_TEST_DECLARE(test_ucx_map_store_load_with_mempool)
    24 UCX_TEST_DECLARE(test_ucx_map_clone)
    25 UCX_TEST_DECLARE(test_ucx_map_rehash)
    28 #ifdef	__cplusplus
    29 }
    30 #endif
    32 #endif	/* MAP_TESTS_H */

mercurial