(git:c5411e0)
Loading...
Searching...
No Matches
particle_list_types::particle_list_type Type Reference

represent a list of objects More...

Data Fields

integer ref_count = 0
 
integer n_els = 0
 
logical owns_els = .FALSE.
 
type(particle_type), dimension(:), pointer els => NULL()
 

Detailed Description

represent a list of objects

Parameters
ref_countreference count (see doc/ReferenceCounting.html)
n_elthe number of elements in the list
owns_listif the els are owned by this structure, and should be deallocated by it
listthe array of object, might be oversized, only the fist n_el have some meaning
History
08.2003 created [fawzi]
Author
Fawzi Mohamed

Definition at line 46 of file particle_list_types.F.

Field Documentation

◆ ref_count

integer particle_list_types::particle_list_type::ref_count = 0

Definition at line 47 of file particle_list_types.F.

◆ n_els

integer particle_list_types::particle_list_type::n_els = 0

Definition at line 47 of file particle_list_types.F.

◆ owns_els

logical particle_list_types::particle_list_type::owns_els = .FALSE.

Definition at line 48 of file particle_list_types.F.

◆ els

type(particle_type), dimension(:), pointer particle_list_types::particle_list_type::els => NULL()

Definition at line 49 of file particle_list_types.F.


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