Atlas Game Manager
A game manager for f95 and dlsite written in c++
Loading...
Searching...
No Matches
RapidTransaction.hpp
Go to the documentation of this file.
1
//
2
// Created by kj16609 on 9/10/23.
3
//
4
5
#pragma once
6
#ifndef ATLASGAMEMANAGER_RAPIDTRANSACTION_HPP
7
#define ATLASGAMEMANAGER_RAPIDTRANSACTION_HPP
8
9
#include "
Transaction.hpp
"
10
11
namespace
atlas::database
12
{
13
using
RapidTransaction
=
TransactionBase< false >
;
14
}
// namespace atlas::database
15
16
using
atlas::database::RapidTransaction
;
17
18
#endif
//ATLASGAMEMANAGER_RAPIDTRANSACTION_HPP
Transaction.hpp
atlas::database
Definition
Column.hpp:15
atlas::database::RapidTransaction
TransactionBase< false > RapidTransaction
Definition
RapidTransaction.hpp:13
atlas::database::TransactionBase< false >
atlas
core
database
RapidTransaction.hpp
Generated by
1.13.2