Yet Another eXchange Tool 0.11.2
|
#include <xt_idxmod.h>
Public Attributes | |
Xt_idxlist | extract |
idx values | |
Xt_idxlist | subst |
int | mask |
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).
Definition at line 68 of file xt_idxmod.h.
Xt_idxlist Xt_modifier::extract |
idx values
Definition at line 69 of file xt_idxmod.h.
int Xt_modifier::mask |
modifier mask, can be used to identify modifier usage in the result
Definition at line 72 of file xt_idxmod.h.
Xt_idxlist Xt_modifier::subst |
idx values, must describe at least as many indices as the extract idxlist
Definition at line 70 of file xt_idxmod.h.