kiwix::Book::getCategory()

This commit is contained in:
Veloman Yunkan
2021-03-05 19:10:01 +04:00
parent 6d43fd065f
commit 58186ffb26
6 changed files with 18 additions and 0 deletions

View File

@ -59,6 +59,7 @@ class Book
const std::string& getDate() const { return m_date; }
const std::string& getUrl() const { return m_url; }
const std::string& getName() const { return m_name; }
std::string getCategory() const;
const std::string& getTags() const { return m_tags; }
std::string getTagStr(const std::string& tagName) const;
bool getTagBool(const std::string& tagName) const;