Represents a deck that was loaded from somewhere. Contains the DeckList itself, as well as info about where it was loaded from. More...
#include <loaded_deck.h>
Classes | |
| struct | LoadInfo |
| Information about where the deck was loaded from. More... | |
Public Member Functions | |
| bool | isEmpty () const |
Public Attributes | |
| DeckList | deckList |
| The decklist itself. | |
| LoadInfo | lastLoadInfo = {} |
| info about where the deck was loaded from | |
Represents a deck that was loaded from somewhere. Contains the DeckList itself, as well as info about where it was loaded from.
| bool LoadedDeck::isEmpty | ( | ) | const |
| DeckList LoadedDeck::deckList |
The decklist itself.
| LoadInfo LoadedDeck::lastLoadInfo = {} |
info about where the deck was loaded from