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

Pointer type for building arrays. More...

Collaboration diagram for camp_camp_state::camp_state_ptr:
Collaboration graph
[legend]

Public Member Functions

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

Public Attributes

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

Detailed Description

Pointer type for building arrays.

Definition at line 57 of file camp_state.F90.

Constructor & Destructor Documentation

◆ ptr_finalize()

final camp_camp_state::camp_state_ptr::ptr_finalize ( type(camp_state_ptr), intent(inout)  this)
final

Finalize the pointer.

Parameters
[in,out]thisPointer to the camp state

Definition at line 63 of file camp_state.F90.

Here is the call graph for this function:

Member Function/Subroutine Documentation

◆ dereference()

procedure camp_camp_state::camp_state_ptr::dereference ( class(camp_state_ptr), intent(inout)  this)

Dereference the pointer.

Parameters
[in,out]thisPointer to the camp state

Definition at line 61 of file camp_state.F90.

Member Data Documentation

◆ val

type(camp_state_t), pointer camp_camp_state::camp_state_ptr::val => null()

Definition at line 58 of file camp_state.F90.


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