tetengo 1.8.1
A multipurpose library set
Loading...
Searching...
No Matches
tetengo::property::storage_loader Class Referenceabstract

A storage loader. More...

#include <storage.hpp>

+ Inheritance diagram for tetengo::property::storage_loader:
+ Collaboration diagram for tetengo::property::storage_loader:

Public Member Functions

virtual ~storage_loader ()
 Destroys the storage loader.
 
std::unique_ptr< storageload (const std::filesystem::path &path) const
 Loads a storage.
 

Detailed Description

A storage loader.

Member Function Documentation

◆ load()

std::unique_ptr< storage > tetengo::property::storage_loader::load ( const std::filesystem::path &  path) const

Loads a storage.

Parameters
pathA path.
Returns
A unique pointer to a storage. Or nullptr on error.

The documentation for this class was generated from the following file: