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

A buffer type to allow for an array of pointers to a CELLML_TYPE. More...

Collaboration diagram for types::cellml_ptr_type:

Public Attributes

type(cellml_type), pointer ptr
 The pointer to the CellML environment. More...
 

Detailed Description

A buffer type to allow for an array of pointers to a CELLML_TYPE.

Todo:
Is this needed? not currently used...

Definition at line 2393 of file types.f90.

Member Data Documentation

type(cellml_type), pointer types::cellml_ptr_type::ptr

The pointer to the CellML environment.

Definition at line 2394 of file types.f90.