Atlas Game Manager
A game manager for f95 and dlsite written in c++
Loading...
Searching...
No Matches
atlas::database Namespace Reference

Namespaces

namespace  migrations
 
namespace  utility
 

Classes

struct  TransactionBase
 

Typedefs

using RapidTransaction = TransactionBase< false >
 

Functions

std::lock_guard< std::mutex > getLock ()
 

Variables

static std::atomic< std::thread::id > last_locked {}
 
static std::mutex trans_lock {}
 

Typedef Documentation

◆ RapidTransaction

Function Documentation

◆ getLock()

std::lock_guard< std::mutex > atlas::database::getLock ( )

Variable Documentation

◆ last_locked

std::atomic< std::thread::id > atlas::database::last_locked {}
inlinestatic

◆ trans_lock

std::mutex atlas::database::trans_lock {}
inlinestatic