#include <string>
#include "Exception.h"
Go to the source code of this file.
Namespaces | |
namespace | deck |
Classes | |
class | deck::Card |
Card is an abstract representation of a card. More... | |
Functions | |
std::ostream & | deck::operator<< (std::ostream &out, const Card &card) |
Print the name of the card. |