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

Buffer type to allow an array of pointers to CELLML_MODEL_MAP_FIELD_TYPE. More...

Collaboration diagram for types::cellml_model_map_ptr_type:

Public Attributes

type(cellml_model_map_type), pointer ptr
 A pointer to the CELLML_MODEL_MAP_TYPE. More...
 

Detailed Description

Buffer type to allow an array of pointers to CELLML_MODEL_MAP_FIELD_TYPE.

Definition at line 2340 of file types.f90.

Member Data Documentation

type(cellml_model_map_type), pointer types::cellml_model_map_ptr_type::ptr

A pointer to the CELLML_MODEL_MAP_TYPE.

Definition at line 2341 of file types.f90.