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

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

chance(Deck &deck) overrideDealervirtual
Dealer(const int playerLimit, const int dealerLimit)Dealerinline
getName() constPlayerinline
getOutcome() constPlayerinline
getScore() constPlayerinline
hit(Deck &deck) overrideDealervirtual
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