VSQLite++ 0.3
Loading...
Searching...
No Matches
sqlite::v2::filesystem_adapter Struct Referenceabstract

Interface for querying and mutating filesystem paths before SQLite touches them. More...

#include <filesystem_adapter.hpp>

Inheritance diagram for sqlite::v2::filesystem_adapter:
Inheritance graph
Collaboration diagram for sqlite::v2::filesystem_adapter:
Collaboration graph

Public Member Functions

virtual ~filesystem_adapter ()=default
virtual filesystem_entry status (std::filesystem::path const &target) const =0
virtual bool remove (std::filesystem::path const &target, std::error_code &ec) const =0

Detailed Description

Interface for querying and mutating filesystem paths before SQLite touches them.

Definition at line 55 of file filesystem_adapter.hpp.

Constructor & Destructor Documentation

◆ ~filesystem_adapter()

virtual sqlite::v2::filesystem_adapter::~filesystem_adapter ( )
virtualdefault

Member Function Documentation

◆ 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: