Interface for querying and mutating filesystem paths before SQLite touches them.
More...
#include <filesystem_adapter.hpp>
Interface for querying and mutating filesystem paths before SQLite touches them.
Definition at line 55 of file filesystem_adapter.hpp.
◆ ~filesystem_adapter()
| virtual sqlite::v2::filesystem_adapter::~filesystem_adapter |
( |
| ) |
|
|
virtualdefault |
◆ remove()
| virtual bool sqlite::v2::filesystem_adapter::remove |
( |
std::filesystem::path const & | target, |
|
|
std::error_code & | ec ) const |
|
pure virtual |
◆ status()
| virtual filesystem_entry sqlite::v2::filesystem_adapter::status |
( |
std::filesystem::path const & | target | ) |
const |
|
pure virtual |
The documentation for this struct was generated from the following file: