Update parser

This commit is contained in:
manzerbredes 2015-03-14 20:11:18 +04:00
parent 1f12bca33f
commit 84c669f82a
5 changed files with 94 additions and 91 deletions

View file

@ -64,9 +64,12 @@ class Website : public AbstractIDManager {
void setPassword(std::string password);
void setDescription(std::string description);
//bool operator==(Website const& website1, Website const& website2) const;
/**
* @brief Equality comparator
*/
bool operator==(const Website& website) const;
private:
std::string title; ///< Title of the website