Functions | |
| EAPI Cmaid_List * | cmaid_linked_list_new (const Cmaid_Value *v) |
| Creates a new list using the hash implementation. | |
Variables | |
| EAPI const Cmaid_List_Interface | cmaid_linked_list_list_if |
|
EAPI const const Cmaid_Iter_Interface | cmaid_linked_list_iter_if |
The linked list is a double linked list implementation, providing a list class. Insert, append and prepend are O(1) operations.
| EAPI Cmaid_List* cmaid_linked_list_new | ( | const Cmaid_Value * | v | ) |
Creates a new list using the hash implementation.
| v | The value structure defining the type of the objects used in the list |
1.5.8