SURFEX  V8_0
Surfex V8_0 release
 All Classes Files Functions Variables
Data Types | Public Member Functions | Public Attributes | List of all members
modi_glt_generic_list Module Reference
Collaboration diagram for modi_glt_generic_list:
Collaboration graph
[legend]

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
 

Detailed Description

Definition at line 81 of file modi_glt_generic_list.F90.

Member Function/Subroutine Documentation

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.

Here is the caller graph for this function:

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.

Here is the caller graph for this function:

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.

Here is the caller graph for this function:

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.

Here is the caller graph for this function:

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.

Here is the caller graph for this function:

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.

Member Data Documentation

integer, dimension(:), allocatable, public modi_glt_generic_list::list_data

Definition at line 90 of file modi_glt_generic_list.F90.


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