Blackjack
|
This is the complete list of members for User, including all inherited members.
chance(Deck &deck) override | User | virtual |
getName() const | Player | inline |
getOutcome() const | Player | inline |
getScore() const | Player | inline |
hit(Deck &deck) override | User | virtual |
isBusted() const | Player | inline |
isStand() const | Player | inline |
m_busted | Player | protected |
m_limit | Player | protected |
m_name | Player | protected |
m_outcome | Player | protected |
m_score | Player | protected |
m_stand | Player | protected |
Player() | Player | inline |
Player(std::string_view name, const int playerLimit) | Player | inline |
reset() | Player | inline |
setOutcome(Outcome outcome) | Player | inline |
User(const int playerLimit) | User | inline |
~Player()=default | Player | virtual |