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

Public Member Functions

integer function cp_sll_int_get_length (sll)
 returns the length of the list
 
integer function cp_sll_real_get_length (sll)
 returns the length of the list
 
integer function cp_sll_logical_get_length (sll)
 returns the length of the list
 
integer function cp_sll_char_get_length (sll)
 returns the length of the list
 
integer function cp_sll_val_get_length (sll)
 returns the length of the list
 

Detailed Description

Definition at line 139 of file cp_linked_list_input.F.

Member Function/Subroutine Documentation

◆ cp_sll_int_get_length()

integer function cp_linked_list_input::cp_get_length::cp_sll_int_get_length ( type(cp_sll_int_type), pointer  sll)

returns the length of the list

Parameters
sllthe list you want to know the length of
Returns
...
History
none
Author
Fawzi Mohamed
Note
slow (O(n))

Definition at line 966 of file cp_linked_list_input.F.

◆ cp_sll_real_get_length()

integer function cp_linked_list_input::cp_get_length::cp_sll_real_get_length ( type(cp_sll_real_type), pointer  sll)

returns the length of the list

Parameters
sllthe list you want to know the length of
Returns
...
History
none
Author
Fawzi Mohamed
Note
slow (O(n))

Definition at line 993 of file cp_linked_list_input.F.

◆ cp_sll_logical_get_length()

integer function cp_linked_list_input::cp_get_length::cp_sll_logical_get_length ( type(cp_sll_logical_type), pointer  sll)

returns the length of the list

Parameters
sllthe list you want to know the length of
Returns
...
History
none
Author
Fawzi Mohamed
Note
slow (O(n))

Definition at line 1020 of file cp_linked_list_input.F.

◆ cp_sll_char_get_length()

integer function cp_linked_list_input::cp_get_length::cp_sll_char_get_length ( type(cp_sll_char_type), pointer  sll)

returns the length of the list

Parameters
sllthe list you want to know the length of
Returns
...
History
none
Author
Fawzi Mohamed
Note
slow (O(n))

Definition at line 1047 of file cp_linked_list_input.F.

◆ cp_sll_val_get_length()

integer function cp_linked_list_input::cp_get_length::cp_sll_val_get_length ( type(cp_sll_val_type), pointer  sll)

returns the length of the list

Parameters
sllthe list you want to know the length of
Returns
...
History
none
Author
Fawzi Mohamed
Note
slow (O(n))

Definition at line 1074 of file cp_linked_list_input.F.


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