Blackjack
Loading...
Searching...
No Matches
Player Member List

This is the complete list of members for Player, including all inherited members.

chance(Deck &deck)=0Playerpure virtual
getName() constPlayerinline
getOutcome() constPlayerinline
getScore() constPlayerinline
hit(Deck &deck)=0Playerpure virtual
isBusted() constPlayerinline
isStand() constPlayerinline
m_bustedPlayerprotected
m_limitPlayerprotected
m_namePlayerprotected
m_outcomePlayerprotected
m_scorePlayerprotected
m_standPlayerprotected
Player()Playerinline
Player(std::string_view name, const int playerLimit)Playerinline
reset()Playerinline
setOutcome(Outcome outcome)Playerinline
~Player()=defaultPlayervirtual