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

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

Collaboration diagram for types::interface_condition_ptr_type:

Public Attributes

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

Detailed Description

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

Definition at line 2173 of file types.f90.

Member Data Documentation

type(interface_condition_type), pointer types::interface_condition_ptr_type::ptr

The pointer to the interface condition.

Definition at line 2174 of file types.f90.