Atlas Game Manager
A game manager for f95 and dlsite written in c++
Loading...
Searching...
No Matches
F95Data.cpp File Reference
#include "F95Data.hpp"
#include <unordered_map>
#include "core/database/RapidTransaction.hpp"

Namespaces

namespace  atlas
 
namespace  atlas::remote
 
namespace  atlas::remote::internal
 

Functions

std::shared_ptr< F95Dataatlas::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::F95RemoteDataatlas::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