CAMP 1.0.0
Chemistry Across Multiple Phases
Public Member Functions | Public Attributes | List of all members
camp_rxn_data::rxn_data_ptr Type Reference

Pointer type for building arrays of mixed reactions. More...

Public Member Functions

procedure dereference (this)
 Dereference the pointer.
 
final ptr_finalize (this)
 Finalize the pointer.
 

Public Attributes

class(rxn_data_t), pointer val => null()
 

Detailed Description

Pointer type for building arrays of mixed reactions.

Definition at line 149 of file rxn_data.F90.

Constructor & Destructor Documentation

◆ ptr_finalize()

final camp_rxn_data::rxn_data_ptr::ptr_finalize ( type(rxn_data_ptr), intent(inout)  this)
final

Finalize the pointer.

Parameters
[in,out]thisPointer to a reaction

Definition at line 155 of file rxn_data.F90.

Here is the call graph for this function:

Member Function/Subroutine Documentation

◆ dereference()

procedure camp_rxn_data::rxn_data_ptr::dereference ( class(rxn_data_ptr), intent(inout)  this)

Dereference the pointer.

Parameters
[in,out]thisPointer to a reaction

Definition at line 153 of file rxn_data.F90.

Member Data Documentation

◆ val

class(rxn_data_t), pointer camp_rxn_data::rxn_data_ptr::val => null()

Definition at line 150 of file rxn_data.F90.


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