(git:51bfb72)
Loading...
Searching...
No Matches
cp_linked_list_input::cp_get_first_el Interface Reference

Public Member Functions

integer function cp_sll_int_get_first_el (sll)
 returns the first element stored in the list
 
real(kind=dp) function cp_sll_real_get_first_el (sll)
 returns the first element stored in the list
 
logical function cp_sll_logical_get_first_el (sll)
 returns the first element stored in the list
 
character(len=default_string_length) function cp_sll_char_get_first_el (sll)
 returns the first element stored in the list
 
type(val_type) function, pointer cp_sll_val_get_first_el (sll)
 returns the first element stored in the list
 

Detailed Description

Definition at line 123 of file cp_linked_list_input.F.

Member Function/Subroutine Documentation

◆ cp_sll_int_get_first_el()

integer function cp_linked_list_input::cp_get_first_el::cp_sll_int_get_first_el ( type(cp_sll_int_type), pointer  sll)

returns the first element stored in the list

Parameters
sllthe single linked list to get the element from
Returns
...
History
none
Author
Fawzi Mohamed

Definition at line 678 of file cp_linked_list_input.F.

◆ cp_sll_real_get_first_el()

real(kind=dp) function cp_linked_list_input::cp_get_first_el::cp_sll_real_get_first_el ( type(cp_sll_real_type), pointer  sll)

returns the first element stored in the list

Parameters
sllthe single linked list to get the element from
Returns
...
History
none
Author
Fawzi Mohamed

Definition at line 692 of file cp_linked_list_input.F.

◆ cp_sll_logical_get_first_el()

logical function cp_linked_list_input::cp_get_first_el::cp_sll_logical_get_first_el ( type(cp_sll_logical_type), pointer  sll)

returns the first element stored in the list

Parameters
sllthe single linked list to get the element from
Returns
...
History
none
Author
Fawzi Mohamed

Definition at line 706 of file cp_linked_list_input.F.

◆ cp_sll_char_get_first_el()

character(len=default_string_length) function cp_linked_list_input::cp_get_first_el::cp_sll_char_get_first_el ( type(cp_sll_char_type), pointer  sll)

returns the first element stored in the list

Parameters
sllthe single linked list to get the element from
Returns
...
History
none
Author
Fawzi Mohamed

Definition at line 720 of file cp_linked_list_input.F.

◆ cp_sll_val_get_first_el()

type(val_type) function, pointer cp_linked_list_input::cp_get_first_el::cp_sll_val_get_first_el ( type(cp_sll_val_type), pointer  sll)

returns the first element stored in the list

Parameters
sllthe single linked list to get the element from
Returns
...
History
none
Author
Fawzi Mohamed

Definition at line 734 of file cp_linked_list_input.F.


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