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

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

Collaboration diagram for types::interface_ptr_type:

Public Attributes

type(interface_type), pointer ptr
 The pointer to the interface. More...
 

Detailed Description

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

Definition at line 2249 of file types.f90.

Member Data Documentation

type(interface_type), pointer types::interface_ptr_type::ptr

The pointer to the interface.

Definition at line 2250 of file types.f90.