Yet Another eXchange Tool
0.9.0
|
Data Types | |
type | xt_config |
interface | xt_config_f2c |
Functions/Subroutines | |
type(xt_config) function, public | xt_config_new () |
subroutine, public | xt_config_delete (config) |
subroutine, public | xt_config_set_exchange_method (config, method) |
integer function, public | xt_config_get_exchange_method (config) |
integer function, public | xt_exchanger_id_by_name (name) |
Definition at line 100 of file xt_config_f.f90.
integer function, public xt_config_f::xt_config_get_exchange_method | ( | type(xt_config), intent(in) | config | ) |
Definition at line 128 of file xt_config_f.f90.
Definition at line 87 of file xt_config_f.f90.
subroutine, public xt_config_f::xt_config_set_exchange_method | ( | type(xt_config), intent(inout) | config, |
integer, intent(in) | method | ||
) |
Definition at line 112 of file xt_config_f.f90.
integer function, public xt_config_f::xt_exchanger_id_by_name | ( | character(len=*), intent(in) | name | ) |
Definition at line 142 of file xt_config_f.f90.