|
Yet Another eXchange Tool
DO_NOT_EDIT_HERE
|
#include <xt_core.h>
Data Fields | |
| 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 |
1.8.13