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

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

AbstractCollection(std::string_view id, std::string_view name)AbstractCollectioninline
addBook(const std::string &bookTitle)Author
Author()Author
Author(std::string_view firstName, std::string_view lastName, std::string_view bestBook, int numWrittenBooks)Author
calculateAverageBooks(const std::vector< Author > &authors)Authorstatic
calculateStat() const overrideAuthorvirtual
display() const overrideAuthorvirtual
getAuthorBooks() const noexceptAuthorinline
getBestBook() const noexceptAuthorinline
getBooks() const noexceptAuthorinline
getFirstName() const noexceptAuthorinline
getId() const noexceptAbstractCollectioninline
getLastName() const noexceptAuthorinline
getName() const noexceptAbstractCollectioninline
getNumWrittenBooks() const noexceptAuthorinline
inputFromKeyboard()Author
operator<<Authorfriend
processJsonData(const nlohmann::json &item, Book &book)Authorstatic
search(const std::string &keyword) const overrideAuthorvirtual
searchByName(const std::string &searchName) constAuthor
setAuthorBooks(const std::vector< std::string > &authorBooks) noexceptAuthorinline
setBestBook(std::string_view bestBook) noexceptAuthorinline
setFirstName(std::string_view firstName) noexceptAuthorinline
setId(std::string_view newId) noexceptAbstractCollectioninlinevirtual
setLastName(std::string_view lastName) noexceptAuthorinline
setName(std::string_view newName) noexceptAbstractCollectioninline
setNumWrittenBooks(int numWrittenBooks) noexceptAuthorinline
trimAndReduceSpaces(std::string_view str)Authorstatic
~AbstractCollection()=defaultAbstractCollectionvirtual