|
fitpack
Modern Fortran library for curve and surface fitting with splines
|
Pointer-identity check. Returns true iff a and b view the same underlying Fortran object (their internal c_ptrs match and are non-null). Useful for C-API consumers that want object identity without exposing raw pointers — e.g. GUI panels checking whether an input view points at the same Fortran allocation as the project that owns it.
More...
Public Member Functions | |
| logical(c_bool) function | fitpack_fitter_c_is_same (this, that) |
| Pointer-identity check: true iff both wrappers point to the same underlying Fortran object (and that object is allocated). | |
Pointer-identity check. Returns true iff a and b view the same underlying Fortran object (their internal c_ptrs match and are non-null). Useful for C-API consumers that want object identity without exposing raw pointers — e.g. GUI panels checking whether an input view points at the same Fortran allocation as the project that owns it.
| logical(c_bool) function fitpack_fitters_c::f_associated::fitpack_fitter_c_is_same | ( | type(fitpack_fitter_c), intent(in) | this, |
| type(fitpack_fitter_c), intent(in) | that ) |
Pointer-identity check: true iff both wrappers point to the same underlying Fortran object (and that object is allocated).