Make basic parser

This commit is contained in:
manzerbredes 2015-03-14 18:44:05 +04:00
parent 9b99763c2e
commit 1f12bca33f
9 changed files with 191 additions and 188 deletions

View file

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