Yet Another eXchange Tool 0.11.2
Loading...
Searching...
No Matches
Xt_config_ Struct Reference

#include <xt_config_internal.h>

Collaboration diagram for Xt_config_:

Public Attributes

Xt_exchanger_new exchanger_new
 
const struct Xt_sort_algo_funcptrsort_funcs
 
const struct Xt_xmdd_bucket_gen_xmdd_bucket_gen
 
void * exchanger_team_share
 
int idxv_cnv_size
 
uint32_t flags
 

Detailed Description

Definition at line 90 of file xt_config_internal.h.

Member Data Documentation

◆ exchanger_new

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.

◆ exchanger_team_share

void* Xt_config_::exchanger_team_share

pointer to exchanger team share data

Definition at line 104 of file xt_config_internal.h.

◆ flags

uint32_t Xt_config_::flags

binary combination of xt_config_flags

Definition at line 112 of file xt_config_internal.h.

◆ idxv_cnv_size

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.

◆ sort_funcs

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.

◆ xmdd_bucket_gen

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.


The documentation for this struct was generated from the following file: