Yet Another eXchange Tool 0.11.1
Loading...
Searching...
No Matches
Public Attributes | List of all members
Xt_modifier Struct Reference

#include <xt_idxmod.h>

Collaboration diagram for Xt_modifier:

Public Attributes

Xt_idxlist extract
 idx values
 
Xt_idxlist subst
 
int mask
 

Detailed Description

A modifier is a pair of compact idxlists that describes an index-to-index stream. Additionally, there is a mask value that can be used to track a sequence of modifications (see xt_idxmod_new).

Examples
idxlist_examples.c, and test_idxmod.c.

Definition at line 68 of file xt_idxmod.h.

Member Data Documentation

◆ extract

Xt_idxlist Xt_modifier::extract

idx values

Examples
idxlist_examples.c, and test_idxmod.c.

Definition at line 69 of file xt_idxmod.h.

◆ mask

int Xt_modifier::mask

modifier mask, can be used to identify modifier usage in the result

Examples
test_idxmod.c.

Definition at line 72 of file xt_idxmod.h.

◆ subst

Xt_idxlist Xt_modifier::subst

idx values, must describe at least as many indices as the extract idxlist

Examples
idxlist_examples.c, and test_idxmod.c.

Definition at line 70 of file xt_idxmod.h.


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