Cockatrice 2026-09-01-Development-3.1.0-beta.10
A virtual tabletop for multiplayer card games
Loading...
Searching...
No Matches
card_database_cache.h File Reference
Include dependency graph for card_database_cache.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  CardDatabaseCache

Functions

bool CardDatabaseCache::write (const QString &cachePath, const CardDatabaseData &data, const QByteArray &sourceHash)
 Writes a fully-built database snapshot to a binary cache file.
bool CardDatabaseCache::read (const QString &cachePath, CardDatabaseData &data, const QByteArray &sourceHash, ICardSetPriorityController *priorityController)
 Reads a database snapshot from a binary cache file.