#include <user.h>
◆ User()
◆ checkEmail()
bool User::checkEmail |
( |
const std::string & | email, |
|
|
const std::string & | fileName ) |
◆ checkPassword()
bool User::checkPassword |
( |
const std::string & | password | ) |
|
◆ displayUser()
void User::displayUser |
( |
| ) |
|
◆ eraseUser()
◆ getEmail()
std::string User::getEmail |
( |
| ) |
|
|
inline |
◆ getId()
std::size_t User::getId |
( |
| ) |
|
|
inline |
◆ getIsAdmin()
bool User::getIsAdmin |
( |
| ) |
|
|
inline |
◆ getPassword()
std::string User::getPassword |
( |
| ) |
|
|
inline |
◆ getUserName()
std::string User::getUserName |
( |
| ) |
|
|
inline |
◆ isUserEmpty()
bool User::isUserEmpty |
( |
| ) |
|
|
inline |
◆ loadFromFile()
bool User::loadFromFile |
( |
const std::string & | fileName, |
|
|
const std::string & | emailToFind ) |
◆ saveAsJson()
nlohmann::json User::saveAsJson |
( |
| ) |
|
◆ setAdmin()
◆ setUserName()
void User::setUserName |
( |
std::string | name | ) |
|
|
inline |
The documentation for this class was generated from the following files: