index method

int index()

Implementation

int index(){
	return _info[_curIndex]._index;
}