13 #ifndef OPAL_CONVERTOR_INTERNAL_HAS_BEEN_INCLUDED
14 #define OPAL_CONVERTOR_INTERNAL_HAS_BEEN_INCLUDED
16 #include "opal_config.h"
20 #include "opal/constants.h"
21 #include "opal/datatype/opal_datatype.h"
22 #include "opal/datatype/opal_convertor.h"
26 typedef int32_t (*conversion_fct_t)(
opal_convertor_t* pConvertor, uint32_t count,
27 const void* from,
size_t from_len, OPAL_PTRDIFF_TYPE from_extent,
28 void* to,
size_t to_length, OPAL_PTRDIFF_TYPE to_extent,
29 OPAL_PTRDIFF_TYPE *advance );
36 const size_t remote_sizes[OPAL_DATATYPE_MAX_PREDEFINED];
51 void opal_convertor_destroy_masters(
void );
conversion_fct_t * pFunctions
the convertor functions pointer
Definition: opal_convertor_internal.h:37
Definition: opal_convertor_internal.h:31
Definition: opal_convertor.h:90