|
Brunot
|
This is the complete list of members for CategorizedHand, including all inherited members.
| addCard(const Card &newCard) -> void | CategorizedHand | |
| CategorizedHand()=default | CategorizedHand | |
| CategorizedHand(HandRating::HandType type, const std::vector< Card > &cards) | CategorizedHand | |
| getAsString() const -> std::string | CategorizedHand | |
| getCards() const -> const std::vector< Card > & | CategorizedHand | |
| getScore() const -> int | CategorizedHand | |
| getSum() const -> int | CategorizedHand | |
| getType() const -> HandRating::HandType | CategorizedHand | |
| importantCards | CategorizedHand | private |
| printCards() const -> void | CategorizedHand | |
| setCards(const std::vector< Card > &newCards) -> void | CategorizedHand | |
| setHandType(HandRating::HandType newType) -> void | CategorizedHand | |
| typeOfHand | CategorizedHand | private |