![]() |
Atlas Game Manager
A game manager for f95 and dlsite written in c++
|
Functions | |
| static std::shared_ptr< GameData > | getPtr (const RecordID key) |
| Returns the ptr for the given key. Returns nullptr if not found. | |
| static void | releasePtr (const RecordID idkey) |
| std::shared_ptr< VersionData > | getPtr (const RecordID id, const QString version) |
| void | releasePtr (const RecordID id, const QString version) |
Variables | |
| static std::unordered_map< RecordID, std::shared_ptr< GameData > > | map |
| static std::mutex | map_mtx |
| static std::unordered_map< VersionKey, std::shared_ptr< VersionData > > | map |
| static std::mutex | map_mtx |
|
inline |
|
inlinestatic |
Returns the ptr for the given key. Returns nullptr if not found.
|
inline |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |