|
CP2K 2.4 (Revision 12889)
|
represent a single linked list that stores pointers to the elements More...
Collaboration diagram for cp_linked_list_val::cp_sll_val_type:Private Attributes | |
| TYPE(val_type), pointer | first_el |
| TYPE(cp_sll_val_type), pointer | rest |
represent a single linked list that stores pointers to the elements
| first_el | the element that is stored in this node. |
| rest | the rest of the list |
| empty | true if the list pointer is not associated, if it points to to a not it is always false (as there is at least the first_el in the list) |
| length | the number of elements in the list |
Definition at line 185 of file cp_linked_list_val.f90.
TYPE(val_type),pointer cp_linked_list_val::cp_sll_val_type::first_el [private] |
Definition at line 186 of file cp_linked_list_val.f90.
TYPE(cp_sll_val_type),pointer cp_linked_list_val::cp_sll_val_type::rest [private] |
Definition at line 187 of file cp_linked_list_val.f90.
1.7.3