The RemoveBook class. More...
#include <RemoveBook.h>
Public Member Functions | |
RemoveBook (const std::shared_ptr< AuxFunc > &af, const BookBaseEntry &bbe, const std::string &col_name, const std::shared_ptr< BookMarks > &bookmarks) | |
RemoveBook constructor. | |
void | removeBook () |
Removes book. | |
The RemoveBook class.
This class contains methods to carry out book removing from collection.
RemoveBook::RemoveBook | ( | const std::shared_ptr< AuxFunc > & | af, |
const BookBaseEntry & | bbe, | ||
const std::string & | col_name, | ||
const std::shared_ptr< BookMarks > & | bookmarks ) |
RemoveBook constructor.
af | smart pointer to AuxFunc object. |
bbe | BookBaseEntry containing book info. |
col_name | collection name. |
bookmarks | BookMarks object. |
void RemoveBook::removeBook | ( | ) |
Removes book.