addCard(const Card &card) | CardPile | |
addCardToBottom(const Card &card) | CardPile | |
bottomCard() const | CardPile | |
CardPile() | CardPile | |
CardPile(const CardSequence &sequence) | CardPile | |
clear() | CardPile | |
isEmpty() const | CardPile | |
m_pile | CardPile | [protected] |
operator<<(ostream &out, const CardPile &cardPile) | CardPile | [friend] |
operator<<(QTextStream &out, const CardPile &pile) | CardPile | [friend] |
operator==(const CardPile &rhs) | CardPile | |
operator>>(istream &in, CardPile &cardPile) | CardPile | [friend] |
operator>>(QTextStream &in, CardPile &pile) | CardPile | [friend] |
removeCard() | CardPile | |
removeCardFromBottom() | CardPile | |
size() const | CardPile | |
topCard() const | CardPile |