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

Public Member Functions

integer function cp_sll_int_get_el_at (sll, index)
 returns the element at the given index
 
real(kind=dp) function cp_sll_real_get_el_at (sll, index)
 returns the element at the given index
 
logical function cp_sll_logical_get_el_at (sll, index)
 returns the element at the given index
 
character(len=default_string_length) function cp_sll_char_get_el_at (sll, index)
 returns the element at the given index
 
type(val_type) function, pointer cp_sll_val_get_el_at (sll, index)
 returns the element at the given index
 

Detailed Description

Definition at line 147 of file cp_linked_list_input.F.

Member Function/Subroutine Documentation

◆ cp_sll_int_get_el_at()

integer function cp_linked_list_input::cp_get_element_at::cp_sll_int_get_el_at ( type(cp_sll_int_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 1103 of file cp_linked_list_input.F.

Here is the call graph for this function:

◆ cp_sll_real_get_el_at()

real(kind=dp) function cp_linked_list_input::cp_get_element_at::cp_sll_real_get_el_at ( type(cp_sll_real_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 1130 of file cp_linked_list_input.F.

Here is the call graph for this function:

◆ cp_sll_logical_get_el_at()

logical function cp_linked_list_input::cp_get_element_at::cp_sll_logical_get_el_at ( type(cp_sll_logical_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 1157 of file cp_linked_list_input.F.

Here is the call graph for this function:

◆ cp_sll_char_get_el_at()

character(len=default_string_length) function cp_linked_list_input::cp_get_element_at::cp_sll_char_get_el_at ( type(cp_sll_char_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 1184 of file cp_linked_list_input.F.

Here is the call graph for this function:

◆ cp_sll_val_get_el_at()

type(val_type) function, pointer cp_linked_list_input::cp_get_element_at::cp_sll_val_get_el_at ( type(cp_sll_val_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 1211 of file cp_linked_list_input.F.

Here is the call graph for this function:

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