FortranGIS
Version2.5
|
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... | |
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.