|
Library Management
|
This is the complete list of members for Book, including all inherited members.
| author | Book | private |
| available | Book | private |
| Book() | Book | |
| Book(string title, string author, string genre, short publicationYear, long long isbn, bool isAvailable) | Book | |
| daysCheckedOut | Book | private |
| fine | Book | private |
| genre | Book | private |
| getAuthor() const | Book | |
| getDaysCheckedOut() const | Book | |
| getFine() const | Book | |
| getGenre() const | Book | |
| getInfo() const | Book | |
| getIsbn() const | Book | |
| getPublicationYear() const | Book | |
| getTitle() const | Book | |
| isAvailable() const | Book | |
| ISBN | Book | private |
| operator<(const Book &b) const | Book | |
| operator==(const Book &b) const | Book | |
| publicationYear | Book | private |
| setAuthor(const string &author) | Book | |
| setDaysCheckedOut(int daysCheckedOut) | Book | |
| setFine(int fine) | Book | |
| setGenre(const string &genre) | Book | |
| setIsAvailable(bool isAvailable) | Book | |
| setIsbn(long long isbn) | Book | |
| setPublicationYear(short publicationYear) | Book | |
| setTitle(const string &title) | Book | |
| title | Book | private |