src/cx/map.h

changeset 669
dce9b8450656
parent 668
d7129285ac32
child 677
b09aae58bba4
equal deleted inserted replaced
668:d7129285ac32 669:dce9b8450656
45 #ifdef __cplusplus 45 #ifdef __cplusplus
46 extern "C" { 46 extern "C" {
47 #endif 47 #endif
48 48
49 #ifndef CX_STORE_POINTERS 49 #ifndef CX_STORE_POINTERS
50 /**
51 * Special constant used for creating collections that are storing pointers.
52 */
50 #define CX_STORE_POINTERS 0 53 #define CX_STORE_POINTERS 0
51 #endif 54 #endif
52 55
53 /** Type for the UCX map. */ 56 /** Type for the UCX map. */
54 typedef struct cx_map_s CxMap; 57 typedef struct cx_map_s CxMap;

mercurial