This is the complete list of members for Human, including all inherited members.
addCard(const shared_ptr< Card > card) | Player | |
announced | Player | protected |
bid(const Biddings bestBid, const bool chelemAnnounced) const | Human | virtual |
callableCards(const Deck &deck) const | Player | protected |
chooseKing(const Deck &deck) const | Human | virtual |
clubs | Player | protected |
delCard(const shared_ptr< Card > card) | Player | protected |
diamonds | Player | protected |
fool | Player | protected |
getAllCards() const | Player | |
getAnnounced() const | Player | inline |
getInitialCards() const | Player | inline |
getNumberOudlers() const | Player | inline |
hearts | Player | protected |
Human(const string &name) | Human | |
initialCards | Player | protected |
initialPoints | Player | protected |
makeEcart(const int dogSize) | Human | virtual |
name | Player | |
newGame() | Human | virtual |
numberOudlers | Player | protected |
playCard(const Suits referenceCard, const shared_ptr< Card > highTrump) | Human | virtual |
Player(const string &name) | Player | |
score | Player | |
showCards() const | Player | |
spades | Player | protected |
trumps | Player | protected |
validCards(const Suits referenceSuit, const shared_ptr< Card > greaterTrump) const | Player |