src/cx/list.h

changeset 526
b070ef465313
parent 525
536646d1575b
child 528
4fbfac557df8
equal deleted inserted replaced
525:536646d1575b 526:b070ef465313
70 * The allocator to use. 70 * The allocator to use.
71 */ 71 */
72 CxAllocator const *allocator; 72 CxAllocator const *allocator;
73 /** 73 /**
74 * An optional destructor for the list contents. 74 * An optional destructor for the list contents.
75 *
76 * @attention Read the documentation of the particular list implementation
77 * whether this destructor shall only destroy the contents or also free the memory.
75 */ 78 */
76 cx_destructor_func content_destructor; 79 cx_destructor_func content_destructor;
77 /** 80 /**
78 * The comparator function for the elements. 81 * The comparator function for the elements.
79 */ 82 */

mercurial