![]() |
JustCpp
Repo wih C++ stuff
|
#include <librarySystem.hpp>
Public Member Functions | |
int | addBook (std::string title, std::string author, int isbn) |
int | removeBook (void) |
void | listAllBooks (void) |
Private Attributes | |
std::list< Book > | books |
int Library::Library::addBook | ( | std::string | title, |
std::string | author, | ||
int | isbn ) |
void Library::Library::listAllBooks | ( | void | ) |
int Library::Library::removeBook | ( | void | ) |
|
private |