JustCpp
Repo wih C++ stuff
Loading...
Searching...
No Matches
Library::Library Class Reference

#include <librarySystem.hpp>

Collaboration diagram for Library::Library:

Public Member Functions

int addBook (std::string title, std::string author, int isbn)
 
int removeBook (void)
 
void listAllBooks (void)
 

Private Attributes

std::list< Bookbooks
 

Member Function Documentation

◆ addBook()

int Library::Library::addBook ( std::string title,
std::string author,
int isbn )
Here is the caller graph for this function:

◆ listAllBooks()

void Library::Library::listAllBooks ( void )
Here is the caller graph for this function:

◆ removeBook()

int Library::Library::removeBook ( void )
Here is the caller graph for this function:

Member Data Documentation

◆ books

std::list<Book> Library::Library::books
private

The documentation for this class was generated from the following files: