ComIn 0.5.1
ICON Community Interface
Loading...
Searching...
No Matches
comin_var_request Module Reference

Interfaces

interface  comin_request_list_iterator_begin
 
interface  comin_request_list_iterator_delete
 
interface  comin_request_list_iterator_is_end
 
interface  comin_request_list_iterator_next
 
interface  comin_var_request_find_c
 

Functions/Subroutines

subroutine, public comin_var_request_add (var_descriptor, lmodexclusive)
 
type(t_comin_var_metadata) function, public comin_var_request_get_metadata (req)
 
type(t_comin_var_descriptor) function, public comin_var_request_get_descriptor (req)
 
type(c_ptr) function, public comin_var_request_find (var_descriptor)
 

Function/Subroutine Documentation

◆ comin_var_request_find()

type(c_ptr) function, public comin_var_request_find ( type(t_comin_var_descriptor), intent(in) var_descriptor)

Find the request associated with the given descriptor.

Parameters
[in]var_descriptorVariable descriptor.
Returns
Pointer to the request or not associated.

Definition at line 147 of file comin_var_request.F90.

◆ comin_var_request_get_descriptor()

type(t_comin_var_descriptor) function, public comin_var_request_get_descriptor ( type(c_ptr), intent(in), value req)

Get the descriptor associated with the given request.

Parameters
[in]reqRequest pointer.
Returns
Variable descriptor.

Definition at line 136 of file comin_var_request.F90.

◆ comin_var_request_get_metadata()

type(t_comin_var_metadata) function, public comin_var_request_get_metadata ( type(c_ptr), intent(in), value req)

Get the metadata associated with the given request.

Parameters
[in]reqRequest pointer.
Returns
Associated metadata.

Definition at line 128 of file comin_var_request.F90.