MONC
|
Adds a generic element to the end of the list. More...
Private Member Functions | |
subroutine | list_add_generic (specificlist, data, memory_allocation_automatic) |
Adds an element to the end of the list. More... | |
Adds a generic element to the end of the list.
This has a time complexity of O(1)
collection | The specific list involved |
data | Pointer to the raw generic data to add |
memory_allocation_automatic | Whether the collections API should manage the freeing of memory |
Definition at line 204 of file collections.F90.
|
private |
Adds an element to the end of the list.
Do not call directly from external module, this is called via the appropriate interface
specificlist | The specific list involved |
data | Pointer to the generic data to add |
memory_allocation_automatic | Whether the collections API should manage the freeing of memory |
Definition at line 2963 of file collections.F90.