Etterna 0.74.4
|
Public Member Functions | |
DownloadablePackPaginationKey (const std::string &searchString, std::set< std::string > &tagFilters, bool tagsMatchAny, int perPage, const std::string &sortField, bool ascendingSort) | |
bool | operator== (const DownloadablePackPaginationKey &other) const |
Public Attributes | |
std::string | searchString {} |
std::set< std::string > | tagFilters {} |
int | perPage = 0 |
std::string | sortByField {} |
bool | sortIsAsc = true |
bool | tagsMatchAny = true |