FortranGIS  Version2.5
Public Member Functions | List of all members
c_ptr_ptr_new Interface Reference

Constructor for a c_ptr_ptr object. More...

Public Member Functions

type(c_ptr_ptr) function c_ptr_ptr_new_from_c (c_ptr_ptr_c)
 Constructor for a c_ptr_ptr object. More...
 
type(c_ptr_ptr) function c_ptr_ptr_new_from_fchar (fchar)
 Constructor for a c_ptr_ptr object. More...
 

Detailed Description

Constructor for a c_ptr_ptr object.

An object of this type can be constructed either from a pointer returned by a C procedure, (either as an argument, interfaced as TYPE(c_ptr),VALUE or as the result of a function, interfaced as TYPE(c_ptr)) or from Fortran array of character variables (char ** objects only).

Definition at line 176 of file fortranc.F90.