#include <librarySystem.hpp>
◆ Book()
Library::Book::Book |
( |
std::string | title, |
|
|
std::string | author, |
|
|
int | isbn ) |
◆ getAuthor()
std::string Library::Book::getAuthor |
( |
void | | ) |
|
◆ getIsbn()
int Library::Book::getIsbn |
( |
void | | ) |
|
◆ getTitle()
std::string Library::Book::getTitle |
( |
void | | ) |
|
◆ operator<<
std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const Book & | book ) |
|
friend |
◆ author
std::string Library::Book::author |
|
private |
◆ isbn
◆ title
std::string Library::Book::title |
|
private |
The documentation for this class was generated from the following files: