jorgen/member_linked_list
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
This is a C++ implementation of a linked list which does not malloc additional data on insertion or removal. This feature comes at the price that you have to declare your list pointers as part of the classes/structs that you want the list to contain.