#include <filecache.h>
|
| FileCache (const std::string &dir) |
|
bool | update (const std::string &name, std::string_view data) |
|
bool | load (const std::string &name, std::ostream &os) |
|
bool | exists (const std::string &name) |
|
bool | updateCopyFile (const std::string &name, const std::string &src_path) |
|
◆ FileCache()
FileCache::FileCache |
( |
const std::string & | dir | ) |
|
|
inline |
◆ createDir()
void FileCache::createDir |
( |
| ) |
|
|
private |
◆ exists()
bool FileCache::exists |
( |
const std::string & | name | ) |
|
◆ load()
bool FileCache::load |
( |
const std::string & | name, |
|
|
std::ostream & | os ) |
◆ loadByPath()
bool FileCache::loadByPath |
( |
const std::string & | path, |
|
|
std::ostream & | os ) |
|
private |
◆ update()
bool FileCache::update |
( |
const std::string & | name, |
|
|
std::string_view | data ) |
◆ updateByPath()
bool FileCache::updateByPath |
( |
const std::string & | path, |
|
|
std::string_view | data ) |
|
private |
◆ updateCopyFile()
bool FileCache::updateCopyFile |
( |
const std::string & | name, |
|
|
const std::string & | src_path ) |
◆ m_dir
std::string FileCache::m_dir |
|
private |
The documentation for this class was generated from the following files: