#include <blobstorage.h>
Inherits cpid::BlobStorage.
|
| BlobStorageDisk (std::string root) |
|
virtual | ~BlobStorageDisk () override=default |
|
virtual void | put (std::string const &key, std::vector< char > const &data) override |
|
virtual std::vector< char > | get (std::string const &key) override |
|
virtual | ~BlobStorage ()=default |
|
cpid::BlobStorageDisk::BlobStorageDisk |
( |
std::string |
root | ) |
|
virtual cpid::BlobStorageDisk::~BlobStorageDisk |
( |
| ) |
|
|
overridevirtualdefault |
std::vector< char > cpid::BlobStorageDisk::get |
( |
std::string const & |
key | ) |
|
|
overridevirtual |
void cpid::BlobStorageDisk::put |
( |
std::string const & |
key, |
|
|
std::vector< char > const & |
data |
|
) |
| |
|
overridevirtual |
The documentation for this class was generated from the following files: