Atlas Game Manager
A game manager for f95 and dlsite written in c++
Loading...
Searching...
No Matches
Transaction.hpp File Reference
#include <tracy/Tracy.hpp>
#include <exception>
#include <mutex>
#include <string>
#include <string_view>
#include "Binder.hpp"
#include "Database.hpp"
#include "core/logging/logging.hpp"

Go to the source code of this file.

Classes

struct  atlas::database::TransactionBase< is_commitable >
 

Namespaces

namespace  atlas
 
namespace  atlas::database
 

Macros

#define ATLASGAMEMANAGER_TRANSACTION_HPP
 

Typedefs

using Transaction = atlas::database::TransactionBase< true >
 

Macro Definition Documentation

◆ ATLASGAMEMANAGER_TRANSACTION_HPP

#define ATLASGAMEMANAGER_TRANSACTION_HPP

Typedef Documentation

◆ Transaction