Yet Another eXchange Tool 0.11.2
|
#include <xt_core.h>
Public Attributes | |
int | start |
int | size |
represents size number of positions starting at start, where the positions are assumed to decrease if size < 0 and increase otherwise. Meaning the range of positions starting with start up to start + size - 1 i.e. [start,start+size) if size is positive and start down to start + size + 1 i.e. (start+size,start] if size is negative
int Xt_pos_ext::size |
int Xt_pos_ext::start |