|
Study Dungeon
1.0.0
A group project for COSC345
|
Class that defines a "deck" of flashcards. More...
#include <deck.h>
Public Member Functions | |
| void | printDeck () |
| Prints flashcard deck information and then each card. | |
| void | printDeckAsTemplate () |
| Prints flashcard deck name and then each card as template for a deck file. | |
Data Fields | |
| std::string | name {} |
| std::filesystem::path | filename {} |
| std::vector< FlashCard > | cards {} |
Class that defines a "deck" of flashcards.
| std::vector<FlashCard> FlashCardDeck::cards {} |
Vector containing 0 or more flashcards
| std::filesystem::path FlashCardDeck::filename {} |
The path to the deckfile
| std::string FlashCardDeck::name {} |
The name of the flashcard deck