#include <Iterator.hpp>
Public Member Functions | |
Page () | |
Page (FILE *file) | |
~Page () | |
Public Attributes | |
size_t | offset |
FILE * | file |
Definition at line 77 of file Iterator.hpp.
aitools::invertedindex::Iterator::Page::Page | ( | ) | [inline] |
Definition at line 79 of file Iterator.hpp.
aitools::invertedindex::Iterator::Page::Page | ( | FILE * | file | ) | [inline] |
Definition at line 83 of file Iterator.hpp.
References aitools::util::ftell(), and offset.
aitools::invertedindex::Iterator::Page::~Page | ( | ) | [inline] |
Definition at line 90 of file Iterator.hpp.
References aitools::util::fclose(), and file.
Definition at line 99 of file Iterator.hpp.
Referenced by aitools::invertedindex::Iterator::is_paged(), aitools::invertedindex::Iterator::rewind(), aitools::invertedindex::Iterator::swap(), and ~Page().
Definition at line 98 of file Iterator.hpp.
Referenced by Page(), and aitools::invertedindex::Iterator::rewind().