OpenCMISS-Iron Internal API Documentation
types::cellml_model_maps_ptr_type Type Reference

Buffer type to allow arrays of pointer to CELLML_MODEL_MAPS_TYPE. More...

Collaboration diagram for types::cellml_model_maps_ptr_type:

Public Attributes

type(cellml_model_maps_type), pointer ptr
 A pointer to the CELLML_MODEL_MAPS_TYPE. More...
 

Detailed Description

Buffer type to allow arrays of pointer to CELLML_MODEL_MAPS_TYPE.

Definition at line 2353 of file types.f90.

Member Data Documentation

type(cellml_model_maps_type), pointer types::cellml_model_maps_ptr_type::ptr

A pointer to the CELLML_MODEL_MAPS_TYPE.

Definition at line 2354 of file types.f90.