FortranGIS  Version2.5
type(c_ptr) function, public fortranc::c_ptr_ptr_getptr ( type(c_ptr_ptr), intent(in)  this,
integer, intent(in)  n 
)

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.

Parameters
[in]thisobject to query
[in]nthe number of pointer to get (starting from 1)

Definition at line 452 of file fortranc.F90.