Audacity 3.2.0
|
Declare DBConnection, which maintains database connection and associated status and background thread. More...
#include <atomic>
#include <condition_variable>
#include <functional>
#include <map>
#include <memory>
#include <mutex>
#include <thread>
#include "ClientData.h"
#include "Identifier.h"
Go to the source code of this file.
Classes | |
struct | DBConnectionErrors |
class | DBConnection |
class | ConnectionPtr |
Typedefs | |
using | Connection = std::unique_ptr< DBConnection > |
Declare DBConnection, which maintains database connection and associated status and background thread.
Audacity: A Digital Audio Editor
Paul Licameli – split from ProjectFileIO.h
Definition in file DBConnection.h.
using Connection = std::unique_ptr<DBConnection> |
Definition at line 132 of file DBConnection.h.