MONC
|
Inserts a string into the list or places at the end if the index > list size. More...
Private Member Functions | |
subroutine | list_insert_string (specificlist, str_data, i) |
Inserts an element into the list or places at the end if the index > list size. More... | |
Inserts a string into the list or places at the end if the index > list size.
This has a time complexity of O(n)
collection | The specific list involved |
data | String data to insert |
index | The list index to insert to |
Definition at line 271 of file collections.F90.
|
private |
Inserts an element into the list or places at the end if the index > list size.
Do not call directly from external module, this is called via the appropriate interface
specificlist | The specific list involved |
data | String data to insert |
i | The list index to insert to |
Definition at line 2798 of file collections.F90.