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

Public Member Functions

integer function cp_sll_3d_r_get_length (sll)
 returns the length of the list
 
integer function cp_sll_3d_c_get_length (sll)
 returns the length of the list
 
integer function cp_sll_1d_r_get_length (sll)
 returns the length of the list
 
integer function cp_sll_1d_c_get_length (sll)
 returns the length of the list
 
integer function cp_sll_rs_get_length (sll)
 returns the length of the list
 

Detailed Description

Definition at line 140 of file cp_linked_list_pw.F.

Member Function/Subroutine Documentation

◆ cp_sll_3d_r_get_length()

integer function cp_linked_list_pw::cp_get_length::cp_sll_3d_r_get_length ( type(cp_sll_3d_r_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 967 of file cp_linked_list_pw.F.

◆ cp_sll_3d_c_get_length()

integer function cp_linked_list_pw::cp_get_length::cp_sll_3d_c_get_length ( type(cp_sll_3d_c_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 994 of file cp_linked_list_pw.F.

◆ cp_sll_1d_r_get_length()

integer function cp_linked_list_pw::cp_get_length::cp_sll_1d_r_get_length ( type(cp_sll_1d_r_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 1021 of file cp_linked_list_pw.F.

◆ cp_sll_1d_c_get_length()

integer function cp_linked_list_pw::cp_get_length::cp_sll_1d_c_get_length ( type(cp_sll_1d_c_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 1048 of file cp_linked_list_pw.F.

◆ cp_sll_rs_get_length()

integer function cp_linked_list_pw::cp_get_length::cp_sll_rs_get_length ( type(cp_sll_rs_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 1075 of file cp_linked_list_pw.F.


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