ucx/cx/collection.h

changeset 11
0aa8cbd7912e
parent 0
1a157da63d7c
child 16
04c9f8d8f03b
equal deleted inserted replaced
10:80f9d007cb52 11:0aa8cbd7912e
54 */ 54 */
55 struct cx_collection_s { 55 struct cx_collection_s {
56 /** 56 /**
57 * The allocator to use. 57 * The allocator to use.
58 */ 58 */
59 CxAllocator const *allocator; 59 const CxAllocator *allocator;
60 /** 60 /**
61 * The comparator function for the elements. 61 * The comparator function for the elements.
62 */ 62 */
63 cx_compare_func cmpfunc; 63 cx_compare_func cmpfunc;
64 /** 64 /**

mercurial