![]() |
(git:ab76537)
|
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 | |
Definition at line 115 of file cp_linked_list_input.F.
| 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
| iterator | iterator that moves along the list |
| el_att | the actual element (valid only if the function returns true) |
Definition at line 1382 of file cp_linked_list_input.F.
| 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
| iterator | iterator that moves along the list |
| el_att | the actual element (valid only if the function returns true) |
Definition at line 1405 of file cp_linked_list_input.F.
| 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
| iterator | iterator that moves along the list |
| el_att | the actual element (valid only if the function returns true) |
Definition at line 1428 of file cp_linked_list_input.F.
| 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
| iterator | iterator that moves along the list |
| el_att | the actual element (valid only if the function returns true) |
Definition at line 1451 of file cp_linked_list_input.F.
| 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
| iterator | iterator that moves along the list |
| el_att | the actual element (valid only if the function returns true) |
Definition at line 1474 of file cp_linked_list_input.F.