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

Buffer type to allow arrays of pointers to a list. More...

Collaboration diagram for types::list_ptr_type:

Public Attributes

type(list_type), pointer ptr
 The pointer to the list. More...
 

Detailed Description

Buffer type to allow arrays of pointers to a list.

Definition at line 108 of file types.f90.

Member Data Documentation

type(list_type), pointer types::list_ptr_type::ptr

The pointer to the list.

Definition at line 109 of file types.f90.