(git:cd590b0)
Loading...
Searching...
No Matches
molecule_list_types.F File Reference

Go to the source code of this file.

Data Types

type  molecule_list_types::molecule_list_type
 represent a list of objects More...
type  molecule_list_types::molecule_list_p_type
 represents a pointer to a list More...

Modules

module  molecule_list_types
 represent a simple array based list of the given type

Functions/Subroutines

subroutine, public molecule_list_types::molecule_list_create (list, els_ptr, owns_els, n_els)
 creates a list
subroutine, public molecule_list_types::molecule_list_retain (list)
 retains a list (see doc/ReferenceCounting.html)
subroutine, public molecule_list_types::molecule_list_release (list)
 releases a list (see doc/ReferenceCounting.html)