Yet Another eXchange Tool  0.9.0
Data Types | Functions/Subroutines
xt_config_f Module Reference

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)
 

Function/Subroutine Documentation

◆ xt_config_delete()

subroutine, public xt_config_f::xt_config_delete ( type(xt_config), intent(in)  config)

Definition at line 100 of file xt_config_f.f90.

◆ xt_config_get_exchange_method()

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.

◆ xt_config_new()

type(xt_config) function, public xt_config_f::xt_config_new ( void  )

Definition at line 87 of file xt_config_f.f90.

◆ xt_config_set_exchange_method()

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.

◆ xt_exchanger_id_by_name()

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.