![]() |
(git:ed6f26b)
|
#include "../base/base_uses.f90"
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) | |