
Data Types | |
| type | list_node_t |
Public Member Functions | |
| subroutine, public | list_init (self, data) |
| subroutine, public | list_free (self) |
| subroutine, public | list_insert (self, data) |
| subroutine, public | list_put (self, data) |
| integer function, dimension(:), pointer, public | list_get (self) |
| type(list_node_t) function, pointer, public | list_next (self) |
Public Attributes | |
| integer, dimension(:), allocatable, public | list_data |
Definition at line 81 of file modi_glt_generic_list.F90.
| subroutine, public modi_glt_generic_list::list_free | ( | type(list_node_t), pointer | self | ) |
Definition at line 118 of file modi_glt_generic_list.F90.

| integer function, dimension(:), pointer, public modi_glt_generic_list::list_get | ( | type(list_node_t), pointer | self | ) |
Definition at line 168 of file modi_glt_generic_list.F90.

| subroutine, public modi_glt_generic_list::list_init | ( | type(list_node_t), pointer | self, |
| integer, dimension(:), intent(in), optional | data | ||
| ) |
Definition at line 102 of file modi_glt_generic_list.F90.

| subroutine, public modi_glt_generic_list::list_insert | ( | type(list_node_t), pointer | self, |
| integer, dimension(:), intent(in), optional | data | ||
| ) |
Definition at line 137 of file modi_glt_generic_list.F90.

| type(list_node_t) function, pointer, public modi_glt_generic_list::list_next | ( | type(list_node_t), pointer | self | ) |
Definition at line 175 of file modi_glt_generic_list.F90.

| subroutine, public modi_glt_generic_list::list_put | ( | type(list_node_t), pointer | self, |
| integer, dimension(:), intent(in) | data | ||
| ) |
Definition at line 156 of file modi_glt_generic_list.F90.
| integer, dimension(:), allocatable, public modi_glt_generic_list::list_data |
Definition at line 90 of file modi_glt_generic_list.F90.
1.8.5