C wrapper type definitions for fitpack_sphere_domains.
More...
|
| type(c_ptr) function, public | fitpack_sphere_c_fortran_type_name (this) |
| | [bind(C)] Return a C pointer to the dynamic Fortran type-name string of this.
|
| |
| type(c_ptr) function, public | fitpack_sphere_c_c_type_name (this) |
| | [bind(C)] Return a C pointer to the static null-terminated C wrapper type name. The C wrapper struct lives in the same binding layer as the Fortran code, so its name is owned here. Higher-level language names (C++ class, Python class, ...) are owned by their respective generators.
|
| |
|
| type(fitpack_sphere_c), parameter, public | fitpack_sphere_c_null = fitpack_sphere_c(cptr=c_null_ptr, is_pointer=.false._c_bool, name_cptr=c_null_ptr) |
| |
| character(len=1, kind=c_char), dimension(15), target, public, protected | fitpack_sphere_c_typename = transfer("fitpack_sphere" // c_null_char, [character(c_char)::], size=15) |
| |
C wrapper type definitions for fitpack_sphere_domains.
◆ fitpack_sphere_c_c_type_name()
| type(c_ptr) function, public fitpack_sphere_domains_c_types::fitpack_sphere_c_c_type_name |
( |
type(fitpack_sphere_c), intent(in), value | this | ) |
|
[bind(C)] Return a C pointer to the static null-terminated C wrapper type name. The C wrapper struct lives in the same binding layer as the Fortran code, so its name is owned here. Higher-level language names (C++ class, Python class, ...) are owned by their respective generators.
◆ fitpack_sphere_c_fortran_type_name()
| type(c_ptr) function, public fitpack_sphere_domains_c_types::fitpack_sphere_c_fortran_type_name |
( |
type(fitpack_sphere_c), intent(in), value | this | ) |
|
[bind(C)] Return a C pointer to the dynamic Fortran type-name string of this.
◆ fitpack_sphere_c_null
| type(fitpack_sphere_c), parameter, public fitpack_sphere_domains_c_types::fitpack_sphere_c_null = fitpack_sphere_c(cptr=c_null_ptr, is_pointer=.false._c_bool, name_cptr=c_null_ptr) |
◆ fitpack_sphere_c_typename
| character(len=1, kind=c_char), dimension(15), target, public, protected fitpack_sphere_domains_c_types::fitpack_sphere_c_typename = transfer("fitpack_sphere" // c_null_char, [character(c_char)::], size=15) |