Study Dungeon  1.0.0
A group project for COSC345
Public Member Functions | Data Fields
FlashCardDeck Class Reference

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< FlashCardcards {}
 

Detailed Description

Class that defines a "deck" of flashcards.

Field Documentation

◆ cards

std::vector<FlashCard> FlashCardDeck::cards {}

Vector containing 0 or more flashcards

◆ filename

std::filesystem::path FlashCardDeck::filename {}

The path to the deckfile

◆ name

std::string FlashCardDeck::name {}

The name of the flashcard deck


The documentation for this class was generated from the following files: