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

#include <librarySystem.hpp>

Collaboration diagram for Library::Book:

Public Member Functions

 Book (std::string title, std::string author, int isbn)
 
std::string getTitle (void)
 
std::string getAuthor (void)
 
int getIsbn (void)
 

Private Attributes

std::string title
 
std::string author
 
int isbn
 

Friends

std::ostream & operator<< (std::ostream &os, const Book &book)
 

Constructor & Destructor Documentation

◆ Book()

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

Member Function Documentation

◆ getAuthor()

std::string Library::Book::getAuthor ( void )
Here is the caller graph for this function:

◆ getIsbn()

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

◆ getTitle()

std::string Library::Book::getTitle ( void )
Here is the caller graph for this function:

Friends And Related Symbol Documentation

◆ operator<<

std::ostream & operator<< ( std::ostream & os,
const Book & book )
friend

Member Data Documentation

◆ author

std::string Library::Book::author
private

◆ isbn

int Library::Book::isbn
private

◆ title

std::string Library::Book::title
private

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