Cockatrice 2026-01-14-Development-2.11.0-beta.46
A cross-platform virtual tabletop for multiplayer card games
Loading...
Searching...
No Matches
LoadedDeck Struct Reference

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>

Collaboration diagram for LoadedDeck:
[legend]

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

Detailed Description

Represents a deck that was loaded from somewhere. Contains the DeckList itself, as well as info about where it was loaded from.

Member Function Documentation

◆ isEmpty()

bool LoadedDeck::isEmpty ( ) const

Member Data Documentation

◆ deckList

DeckList LoadedDeck::deckList

The decklist itself.

◆ lastLoadInfo

LoadInfo LoadedDeck::lastLoadInfo = {}

info about where the deck was loaded from


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