(git:c5411e0)
Loading...
Searching...
No Matches
cp_linked_list_fm::cp_get_element_at Interface Reference

Public Member Functions

type(cp_fm_type) function, pointer cp_sll_fm_get_el_at (sll, index)
 returns the element at the given index
 

Detailed Description

Definition at line 82 of file cp_linked_list_fm.F.

Member Function/Subroutine Documentation

◆ cp_sll_fm_get_el_at()

type(cp_fm_type) function, pointer cp_linked_list_fm::cp_get_element_at::cp_sll_fm_get_el_at ( type(cp_sll_fm_type), pointer  sll,
integer, intent(in)  index 
)

returns the element at the given index

Parameters
sllthe list you get the element from
indexthe position of the element (stating at 1)
Returns
...
History
none
Author
Fawzi Mohamed
Note
slow (O(index))

Definition at line 314 of file cp_linked_list_fm.F.

Here is the call graph for this function:

The documentation for this interface was generated from the following file: