Audacity 3.2.0
Namespaces | Typedefs | Functions
SQLiteUtils.h File Reference
#include <string_view>
#include <functional>
#include "Error.h"
Include dependency graph for SQLiteUtils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  audacity
 
namespace  audacity::sqlite
 

Typedefs

using audacity::sqlite::LogCallback = std::function< void(int, std::string_view)>
 

Functions

Error audacity::sqlite::Initialize () noexcept
 
void audacity::sqlite::SetLogCallback (LogCallback callback)