#include <LetterCard.h>
Public Member Functions | |
LetterCard (int rank, enum SuitType suit) throw (error::Exception) | |
LetterCard constructor. | |
virtual | ~LetterCard () |
LetterCard destructor. | |
virtual std::string | view () const |
View the name of the card. |
LetterCard::~LetterCard | ( | ) | [virtual] |
LetterCard destructor.
View the name of the card.