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

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

Collaboration diagram for types::control_loop_ptr_type:

Public Attributes

type(control_loop_type), pointer ptr
 The pointer to the control loop. More...
 

Detailed Description

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

See also
TYPES::CONTROL_LOOP_TYPE

Definition at line 3180 of file types.f90.

Member Data Documentation

type(control_loop_type), pointer types::control_loop_ptr_type::ptr

The pointer to the control loop.

Definition at line 3181 of file types.f90.