|
Brunot
|
This is the complete list of members for CategorizedHand, including all inherited members.
| addCard(Card *newCard) -> void | CategorizedHand | |
| CategorizedHand()=default | CategorizedHand | |
| CategorizedHand(HandRating::HandType type, const std::vector< Card * > &cards) | CategorizedHand | |
| CategorizedHand(HandRating::HandType type, const std::vector< Card * > &cards, bool isVertical, bool isHorizontal) | CategorizedHand | |
| fullHand | CategorizedHand | private |
| getAsString() const -> std::string | CategorizedHand | |
| getContributingCards() const -> const std::vector< Card * > & | CategorizedHand | |
| getFullHand() const -> const std::vector< Card * > & | CategorizedHand | |
| getScore() const -> int | CategorizedHand | |
| getSum() const -> int | CategorizedHand | |
| getType() const -> HandRating::HandType | CategorizedHand | |
| getVertical() const -> bool | CategorizedHand | |
| importantCards | CategorizedHand | private |
| operator<(const CategorizedHand &other) const -> bool | CategorizedHand | |
| printCards() const -> void | CategorizedHand | |
| setCards(const std::vector< Card * > &newCards) -> void | CategorizedHand | |
| setFullHand(const std::vector< Card * > &newCards) -> void | CategorizedHand | |
| setHandType(HandRating::HandType newType) -> void | CategorizedHand | |
| setVertical(bool isVertical) -> void | CategorizedHand | |
| typeOfHand | CategorizedHand | private |
| vertical | CategorizedHand | private |