#include <readindex.h>
Data Fields | |
| FILE * | idx_file |
| FILE * | offsets |
Definition at line 17 of file readindex.h.
| FILE* index_scanner::idx_file |
A pointer to the idx file for this index
Definition at line 19 of file readindex.h.
Referenced by close_index(), get_list_at(), open_index(), and reset_index().
| FILE* index_scanner::offsets |
A pointer to the file containing long lists and their offsets
Definition at line 20 of file readindex.h.
Referenced by get_next_lo_info(), and open_index().
1.5.2