FortranGIS  Version2.5
type(c_ptr_ptr) function c_ptr_ptr_new_from_c ( type(c_ptr), value  c_ptr_ptr_c)

Constructor for a c_ptr_ptr object.

The argument, a generic C pointer, must be a C array of pointers (char** c_ptr_ptr_c or char* c_ptr_ptr_c[n]), typically the result of a C function. The resulting object can be queried by means of the c_ptr_ptr_getsize and c_ptr_ptr_getptr methods, but it should not be modified by Fortran.

Parameters
c_ptr_ptr_cpointer returned by a C procedure

Definition at line 377 of file fortranc.F90.