C++ interfaces for soca_geom_iter_mod::soca_geom_iter.
More...
◆ soca_geom_iter_clone_c()
subroutine soca_geom_iter_mod_c::soca_geom_iter_clone_c |
( |
integer(c_int), intent(inout) |
c_key_self, |
|
|
integer(c_int), intent(in) |
c_key_other |
|
) |
| |
|
private |
◆ soca_geom_iter_current_c()
subroutine soca_geom_iter_mod_c::soca_geom_iter_current_c |
( |
integer(c_int), intent(in) |
c_key_self, |
|
|
real(c_double), intent(inout) |
c_lon, |
|
|
real(c_double), intent(inout) |
c_lat |
|
) |
| |
|
private |
◆ soca_geom_iter_delete_c()
subroutine soca_geom_iter_mod_c::soca_geom_iter_delete_c |
( |
integer(c_int), intent(inout) |
c_key_self | ) |
|
|
private |
◆ soca_geom_iter_equals_c()
subroutine soca_geom_iter_mod_c::soca_geom_iter_equals_c |
( |
integer(c_int), intent(inout) |
c_key_self, |
|
|
integer(c_int), intent(in) |
c_key_other, |
|
|
integer(c_int), intent(inout) |
c_equals |
|
) |
| |
|
private |
◆ soca_geom_iter_next_c()
subroutine soca_geom_iter_mod_c::soca_geom_iter_next_c |
( |
integer(c_int), intent(in) |
c_key_self | ) |
|
|
private |
◆ soca_geom_iter_setup_c()
subroutine soca_geom_iter_mod_c::soca_geom_iter_setup_c |
( |
integer(c_int), intent(inout) |
c_key_self, |
|
|
integer(c_int), intent(in) |
c_key_geom, |
|
|
integer(c_int), intent(in) |
c_iindex, |
|
|
integer(c_int), intent(in) |
c_jindex |
|
) |
| |
|
private |
◆ soca_geom_iter_registry
type(registry_t), public soca_geom_iter_mod_c::soca_geom_iter_registry |
Linked list interface - defines registry_t type.
Global registry for soca_geom_iter instances
Definition at line 24 of file soca_geom_iter.interface.F90.