YetAnotherCoupler 3.5.2
|
Data Fields | |
char * | name |
enum exchange_state | state |
enum empty_exchange_state | empty_state |
Xt_redist | redist |
Xt_request | request |
size_t | count |
int | is_source |
int | is_target |
void const ** | temp_send_buffer |
void ** | temp_recv_buffer |
void ** | dummy_buffer |
Definition at line 27 of file interpolation_exchange.c.
size_t yac_interpolation_exchange::count |
Definition at line 35 of file interpolation_exchange.c.
void** yac_interpolation_exchange::dummy_buffer |
Definition at line 40 of file interpolation_exchange.c.
enum empty_exchange_state yac_interpolation_exchange::empty_state |
Definition at line 32 of file interpolation_exchange.c.
int yac_interpolation_exchange::is_source |
Definition at line 37 of file interpolation_exchange.c.
int yac_interpolation_exchange::is_target |
Definition at line 37 of file interpolation_exchange.c.
char* yac_interpolation_exchange::name |
Definition at line 29 of file interpolation_exchange.c.
Xt_redist yac_interpolation_exchange::redist |
Definition at line 33 of file interpolation_exchange.c.
Xt_request yac_interpolation_exchange::request |
Definition at line 34 of file interpolation_exchange.c.
enum exchange_state yac_interpolation_exchange::state |
Definition at line 31 of file interpolation_exchange.c.
void** yac_interpolation_exchange::temp_recv_buffer |
Definition at line 39 of file interpolation_exchange.c.
void const** yac_interpolation_exchange::temp_send_buffer |
Definition at line 38 of file interpolation_exchange.c.