Yet Another eXchange Tool 0.11.2
|
#include <xt_config_internal.h>
Public Attributes | |
Xt_exchanger_new | exchanger_new |
const struct Xt_sort_algo_funcptr * | sort_funcs |
const struct Xt_xmdd_bucket_gen_ * | xmdd_bucket_gen |
void * | exchanger_team_share |
int | idxv_cnv_size |
uint32_t | flags |
Definition at line 90 of file xt_config_internal.h.
Xt_exchanger_new Xt_config_::exchanger_new |
constructor to use when creating the exchanger of a redist
Definition at line 94 of file xt_config_internal.h.
void* Xt_config_::exchanger_team_share |
pointer to exchanger team share data
Definition at line 104 of file xt_config_internal.h.
uint32_t Xt_config_::flags |
binary combination of xt_config_flags
Definition at line 112 of file xt_config_internal.h.
int Xt_config_::idxv_cnv_size |
automatically compress index lists of vector type at this size into another representation to save on computation/memory overall
Definition at line 109 of file xt_config_internal.h.
const struct Xt_sort_algo_funcptr* Xt_config_::sort_funcs |
function pointers to implement sort algorithms
Definition at line 97 of file xt_config_internal.h.
const struct Xt_xmdd_bucket_gen_* Xt_config_::xmdd_bucket_gen |
description of bucket generator
Definition at line 100 of file xt_config_internal.h.