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

Pointer type for building arrays. More...

Collaboration diagram for camp_mechanism_data::mechanism_data_ptr:
Collaboration graph
[legend]

Public Member Functions

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

Public Attributes

type(mechanism_data_t), pointer val => null()
 

Detailed Description

Pointer type for building arrays.

Definition at line 104 of file mechanism_data.F90.

Constructor & Destructor Documentation

◆ ptr_finalize()

final camp_mechanism_data::mechanism_data_ptr::ptr_finalize ( type(mechanism_data_ptr), intent(inout)  this)
final

Finalize the pointer.

Parameters
[in,out]thisPointer to mechanism data

Definition at line 110 of file mechanism_data.F90.

Here is the call graph for this function:

Member Function/Subroutine Documentation

◆ dereference()

procedure camp_mechanism_data::mechanism_data_ptr::dereference ( class(mechanism_data_ptr), intent(inout)  this)

Dereference the pointer.

Parameters
[in,out]thisPointer to the mechanism

Definition at line 108 of file mechanism_data.F90.

Member Data Documentation

◆ val

type(mechanism_data_t), pointer camp_mechanism_data::mechanism_data_ptr::val => null()

Definition at line 105 of file mechanism_data.F90.


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