Бібліотечна система
Бібліотечна система для управління книгами
Завантаження...
Пошук...
Нічого не знайдено
Storage Cписок елементів

Повний список елементівStorage, включаючи всі успадковані елементи

addBook(std::unique_ptr< Book > book)Storage
findBook(std::string_view title) constStorage
findBookIndexed(std::string_view title) constStorage
getBooks() const noexceptStorageinline
loadBooksFromJson(const std::string &filename)Storage
loadFromFile(const std::string &filename)Storage
mergeSortBooks(Comparator comp)Storageinline
removeBook(std::string_view title)Storage
saveToFile(const std::string &filename) constStorage
setBestBookForAuthor(const std::string &authorName, const std::string &bookTitle) constStorage
sortByNumPages()Storage
sortByTitle()Storage
sortByYearPublished()Storage
Storage() noexceptStorage
~Storage()Storage