#include <TLMFile.h>
|
| static bool | store (const std::vector< T > &data, const std::string &path) |
| static std::optional< std::vector< T > > | load (const std::string &path) |
◆ generateFilename()
template<typename T>
| std::string grk::TLMFile< T >::generateFilename |
( |
const std::string & | path, |
|
|
time_t | time ) |
|
inlinestaticprivate |
◆ getCacheDir()
◆ getLastModified()
template<typename T>
| std::optional< time_t > grk::TLMFile< T >::getLastModified |
( |
const std::string & | path | ) |
|
|
inlinestaticprivate |
◆ getSearchPaths()
template<typename T>
| std::vector< std::string > grk::TLMFile< T >::getSearchPaths |
( |
| ) |
|
|
inlinestaticprivate |
◆ getTempDir()
◆ load()
template<typename T>
| std::optional< std::vector< T > > grk::TLMFile< T >::load |
( |
const std::string & | path | ) |
|
|
inlinestatic |
◆ readFromFileWithLock()
template<typename T>
| std::optional< std::vector< T > > grk::TLMFile< T >::readFromFileWithLock |
( |
const fs::path & | fullPath | ) |
|
|
inlinestaticprivate |
◆ store()
template<typename T>
| bool grk::TLMFile< T >::store |
( |
const std::vector< T > & | data, |
|
|
const std::string & | path ) |
|
inlinestatic |
◆ writeToFileWithLock()
template<typename T>
| bool grk::TLMFile< T >::writeToFileWithLock |
( |
const fs::path & | fullPath, |
|
|
const std::vector< T > & | data ) |
|
inlinestaticprivate |
The documentation for this class was generated from the following file: