|
FortranGIS Version 3.0
|
◆ c_ptr_ptr_getptr()
Return the n-th pointer in the array pointer this. Ths method is useful if the object this has been created from C. If the object has not been initialized, or n is out of bounds, a NULL pointer is returned, this condition can be checked by means of the C_ASSOCIATED() function. If this is an array of pointers to C null-terminated strings, the string can be returned as a Fortran CHARACTER variable of the proper length by using the strtofchar function.
Definition at line 460 of file fortranc.F90. |