#include </home/scilab/compilation_chain/sci_checkOut/scilab/libs/doublylinkedlist/includes/DoublyLinkedList.h>

Data Fields | |
| void * | data |
| DoublyLinkedList * | next |
| DoublyLinkedList * | prev |
Definition at line 21 of file DoublyLinkedList.h.
Definition at line 22 of file DoublyLinkedList.h.
Referenced by List_append(), List_copy(), List_copy_full(), List_free_full(), List_free_full_simple(), List_free_item(), List_free_item_with_check(), List_insert_after_item(), List_insert_sorted(), List_item(), List_pop(), and List_prepend().
Definition at line 23 of file DoublyLinkedList.h.
Referenced by List_append(), List_concat(), List_free_chunk(), List_free_item(), List_free_item_with_check(), List_insert_after_item(), List_insert_sorted(), List_invert(), List_pop(), and List_prepend().
Definition at line 24 of file DoublyLinkedList.h.
Referenced by List_append(), List_concat(), List_free_chunk(), List_free_item(), List_free_item_with_check(), List_insert_after_item(), List_insert_sorted(), List_invert(), List_pop(), and List_prepend().
1.5.5