#include <player.hpp>
◆ Player() [1/2]
◆ Player() [2/2]
Player::Player |
( |
const std::string & |
name, |
|
|
const std::string & |
pw |
|
) |
| |
|
inline |
◆ authenticate()
bool Player::authenticate |
( |
const std::string & |
pw | ) |
|
|
inline |
◆ fromData()
void Player::fromData |
( |
const std::string & |
data | ) |
|
|
inline |
◆ getGameState()
◆ getUsername()
std::string Player::getUsername |
( |
| ) |
|
|
inline |
◆ guess()
◆ setWord()
void Player::setWord |
( |
const std::string & |
w | ) |
|
|
inline |
◆ toData()
std::string Player::toData |
( |
| ) |
|
|
inline |
◆ GameState
◆ hashedPw
std::string Player::hashedPw |
|
private |
◆ state
◆ username
std::string Player::username |
|
private |
The documentation for this class was generated from the following file: