DeckInfo.hpp
Go to the documentation of this file.
std::vector< Card > GetPrimitiveDeck() const
bool AddCard(std::string cardID, std::size_t numCardToAdd)
std::size_t GetNumOfCards() const
std::string GetName() const
std::pair< std::string, std::size_t > GetCard(std::size_t idx) const
CardClass GetClass() const
bool DeleteCard(std::string cardID, std::size_t numCardToDelete)
std::size_t GetNumCardInDeck(std::string cardID)
std::size_t GetUniqueNumOfCards() const
Definition: AccountInfo.hpp:14
Invalid action.