#include <iostream>
#include <vector>
#include <string>
#include <algorithm>
#include "Exception.h"
#include "Card.h"
#include "NumberCard.h"
#include "LetterCard.h"
#include "CardFactory.h"
Go to the source code of this file.
Namespaces | |
namespace | deck |
Classes | |
class | deck::Deck |
Deck is a deck of cards. More... | |
Functions | |
std::ostream & | deck::operator<< (std::ostream &out, const Deck &deck) |
Print the names of all cards of the deck. |