![]() |
Atlas Game Manager
A game manager for f95 and dlsite written in c++
|
Namespaces | |
| namespace | atlas |
| namespace | atlas::remote |
| namespace | atlas::remote::internal |
Functions | |
| std::shared_ptr< F95Data > | atlas::remote::internal::getPtr (const F95ID id) |
| void | atlas::remote::internal::releasePtr (const F95ID id) |
| bool | atlas::remote::hasF95DataFor (const F95ID f95_id) |
| void | atlas::remote::createDummyF95Record (const F95ID f95_id) |
| std::optional< atlas::remote::F95RemoteData > | atlas::remote::findF95Data (QString atlas_id) |
Variables | |
| static std::unordered_map< F95ID, std::shared_ptr< F95Data > > | atlas::remote::internal::map |
| static std::mutex | atlas::remote::internal::mtx |