![]() |
Atlas Game Manager
A game manager for f95 and dlsite written in c++
|
#include "Version.hpp"#include "core/config/config.hpp"#include "core/database/RapidTransaction.hpp"#include "core/database/record/GameData.hpp"#include "core/logging/logging.hpp"#include "core/utils/execute/executeProc.hpp"#include "core/utils/operators.hpp"Classes | |
| struct | atlas::records::VersionKey |
| struct | std::hash< atlas::records::VersionKey > |
Namespaces | |
| namespace | atlas |
| namespace | atlas::records |
| namespace | atlas::records::internal |
Functions | |
| std::shared_ptr< VersionData > | atlas::records::internal::getPtr (const RecordID id, const QString version) |
| void | atlas::records::internal::releasePtr (const RecordID id, const QString version) |
Variables | |
| static std::unordered_map< VersionKey, std::shared_ptr< VersionData > > | atlas::records::internal::map |
| static std::mutex | atlas::records::internal::map_mtx |