src/cx/list.h

changeset 892
6ebf6fdfbc2c
parent 890
54565fd74e74
equal deleted inserted replaced
891:49d8cff6f0ee 892:6ebf6fdfbc2c
69 struct cx_list_class_s { 69 struct cx_list_class_s {
70 /** 70 /**
71 * Destructor function. 71 * Destructor function.
72 * 72 *
73 * Implementations SHALL invoke the content destructor functions if provided 73 * Implementations SHALL invoke the content destructor functions if provided
74 * and SHALL deallocate the list memory, if an allocator is provided. 74 * and SHALL deallocate the list memory.
75 */ 75 */
76 void (*destructor)(struct cx_list_s *list); 76 void (*destructor)(struct cx_list_s *list);
77 77
78 /** 78 /**
79 * Member function for inserting a single element. 79 * Member function for inserting a single element.

mercurial