My Project
|
Public Member Functions | |
Index (std::size_t file_index_arg, std::size_t keyword_index_arg, const FileDeck *deck_arg) | |
Index & | operator-- () |
Index | operator-- (int) |
Index & | operator++ () |
Index | operator++ (int) |
bool | operator== (const Index &other) const |
bool | operator!= (const Index &other) const |
bool | operator< (const Index &other) const |
Index | operator+ (std::size_t shift) const |
Public Attributes | |
std::size_t | file_index |
std::size_t | keyword_index |