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

Data Types

type  list_t
 

Public Member Functions

subroutine, public list_init (self, data)
 
subroutine, public list_free (self)
 
type(list_t) function, pointer,
public 
list_next (self)
 
subroutine, public list_insert (self, data)
 
subroutine, public list_put (self, data)
 
integer function, dimension(:),
pointer, public 
list_get (self)
 
INTEGER function, public list_count (self)
 

Public Attributes

integer, dimension(:),
allocatable, public 
list_data
 

Detailed Description

Definition at line 40 of file modi_gltools_genlist.F90.

Member Function/Subroutine Documentation

INTEGER function, public modi_gltools_genlist::list_count ( type(list_t), pointer  self)

Definition at line 148 of file modi_gltools_genlist.F90.

subroutine, public modi_gltools_genlist::list_free ( type(list_t), pointer  self)

Definition at line 85 of file modi_gltools_genlist.F90.

integer function, dimension(:), pointer, public modi_gltools_genlist::list_get ( type(list_t), pointer  self)

Definition at line 142 of file modi_gltools_genlist.F90.

subroutine, public modi_gltools_genlist::list_init ( type(list_t), pointer  self,
integer, dimension(:), intent(in), optional  data 
)

Definition at line 69 of file modi_gltools_genlist.F90.

subroutine, public modi_gltools_genlist::list_insert ( type(list_t), pointer  self,
integer, dimension(:), intent(in), optional  data 
)

Definition at line 111 of file modi_gltools_genlist.F90.

type(list_t) function, pointer, public modi_gltools_genlist::list_next ( type(list_t), pointer  self)

Definition at line 104 of file modi_gltools_genlist.F90.

subroutine, public modi_gltools_genlist::list_put ( type(list_t), pointer  self,
integer, dimension(:), intent(in)  data 
)

Definition at line 130 of file modi_gltools_genlist.F90.

Member Data Documentation

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

Definition at line 57 of file modi_gltools_genlist.F90.


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