|
CAMP 1.0.0
Chemistry Across Multiple Phases
|
Pointer type for building arrays. More...

Public Member Functions | |
| procedure | dereference (this) |
| Dereference the pointer. | |
| final | ptr_finalize (this) |
| Finalize the pointer. | |
| ptr_finalize_array (this) | |
| Finalize an array of pointers to aerosol phase data. | |
Public Attributes | |
| type(aero_phase_data_t), pointer | val => null() |
Pointer type for building arrays.
Definition at line 154 of file aero_phase_data.F90.
|
final |
Finalize the pointer.
| [in,out] | this | Pointer to aerosol phase data |
Definition at line 160 of file aero_phase_data.F90.

| procedure camp_aero_phase_data::aero_phase_data_ptr::dereference | ( | class(aero_phase_data_ptr), intent(inout) | this | ) |
Dereference the pointer.
| [in,out] | this | Pointer to aerosol phase data |
Definition at line 158 of file aero_phase_data.F90.
| camp_aero_phase_data::aero_phase_data_ptr::ptr_finalize_array | ( | type(aero_phase_data_ptr), dimension(:), intent(inout) | this | ) |
Finalize an array of pointers to aerosol phase data.
| [in,out] | this | Array of pointers to aerosol phase data |
Definition at line 160 of file aero_phase_data.F90.
| type(aero_phase_data_t), pointer camp_aero_phase_data::aero_phase_data_ptr::val => null() |
Definition at line 155 of file aero_phase_data.F90.