#include <LevelDbFileCategoryStore.h>
|
virtual | ~FileCategoryStore ()=default |
|
virtual void | insertPath (const std::string &categoryTag, const std::string &filepath)=0 |
|
virtual std::vector< std::string > | getPaths (const std::string &categoryTag, long limit, long offset)=0 |
|
Definition at line 18 of file LevelDbFileCategoryStore.h.
◆ ~FileCategoryStore()
virtual filesaver::services::FileCategoryStore::~FileCategoryStore |
( |
| ) |
|
|
virtualdefault |
◆ getPaths()
virtual std::vector<std::string> filesaver::services::FileCategoryStore::getPaths |
( |
const std::string & |
categoryTag, |
|
|
long |
limit, |
|
|
long |
offset |
|
) |
| |
|
pure virtual |
◆ insertPath()
virtual void filesaver::services::FileCategoryStore::insertPath |
( |
const std::string & |
categoryTag, |
|
|
const std::string & |
filepath |
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following file: