src/cx/collection.h

changeset 890
54565fd74e74
parent 857
4d12e34bb130
equal deleted inserted replaced
889:f549fd9fbd8f 890:54565fd74e74
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