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

Public Member Functions

logical function cp_sll_int_next (iterator, el_att)
 returns true if the actual element is valid (i.e. iterator ont at end) moves the iterator to the next element
 
logical function cp_sll_real_next (iterator, el_att)
 returns true if the actual element is valid (i.e. iterator ont at end) moves the iterator to the next element
 
logical function cp_sll_logical_next (iterator, el_att)
 returns true if the actual element is valid (i.e. iterator ont at end) moves the iterator to the next element
 
logical function cp_sll_char_next (iterator, el_att)
 returns true if the actual element is valid (i.e. iterator ont at end) moves the iterator to the next element
 
logical function cp_sll_val_next (iterator, el_att)
 returns true if the actual element is valid (i.e. iterator ont at end) moves the iterator to the next element
 

Detailed Description

Definition at line 115 of file cp_linked_list_input.F.

Member Function/Subroutine Documentation

◆ cp_sll_int_next()

logical function cp_linked_list_input::cp_next::cp_sll_int_next ( type(cp_sll_int_type), pointer  iterator,
integer, intent(out), optional  el_att 
)

returns true if the actual element is valid (i.e. iterator ont at end) moves the iterator to the next element

Parameters
iteratoriterator that moves along the list
el_attthe actual element (valid only if the function returns true)
Returns
...
History
none
Author
Fawzi Mohamed

Definition at line 1381 of file cp_linked_list_input.F.

◆ cp_sll_real_next()

logical function cp_linked_list_input::cp_next::cp_sll_real_next ( type(cp_sll_real_type), pointer  iterator,
real(kind=dp), intent(out), optional  el_att 
)

returns true if the actual element is valid (i.e. iterator ont at end) moves the iterator to the next element

Parameters
iteratoriterator that moves along the list
el_attthe actual element (valid only if the function returns true)
Returns
...
History
none
Author
Fawzi Mohamed

Definition at line 1404 of file cp_linked_list_input.F.

◆ cp_sll_logical_next()

logical function cp_linked_list_input::cp_next::cp_sll_logical_next ( type(cp_sll_logical_type), pointer  iterator,
logical, intent(out), optional  el_att 
)

returns true if the actual element is valid (i.e. iterator ont at end) moves the iterator to the next element

Parameters
iteratoriterator that moves along the list
el_attthe actual element (valid only if the function returns true)
Returns
...
History
none
Author
Fawzi Mohamed

Definition at line 1427 of file cp_linked_list_input.F.

◆ cp_sll_char_next()

logical function cp_linked_list_input::cp_next::cp_sll_char_next ( type(cp_sll_char_type), pointer  iterator,
character(len=default_string_length), intent(out), optional  el_att 
)

returns true if the actual element is valid (i.e. iterator ont at end) moves the iterator to the next element

Parameters
iteratoriterator that moves along the list
el_attthe actual element (valid only if the function returns true)
Returns
...
History
none
Author
Fawzi Mohamed

Definition at line 1450 of file cp_linked_list_input.F.

◆ cp_sll_val_next()

logical function cp_linked_list_input::cp_next::cp_sll_val_next ( type(cp_sll_val_type), pointer  iterator,
type(val_type), intent(out), optional, pointer  el_att 
)

returns true if the actual element is valid (i.e. iterator ont at end) moves the iterator to the next element

Parameters
iteratoriterator that moves along the list
el_attthe actual element (valid only if the function returns true)
Returns
...
History
none
Author
Fawzi Mohamed

Definition at line 1473 of file cp_linked_list_input.F.


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