Alsvinn
0.5.3
The fast FVM simulator with UQ support
|
#include <alsutils/io/TextFileCache.hpp>
Public Member Functions | |
TextFileCache (const TextFileCache &)=delete | |
std::string | loadTextFile (const std::string &path) |
std::vector< std::string > | getAllLoadedFiles () const |
Static Public Member Functions | |
static TextFileCache & | getInstance () |
Simple file cache. This is mainly use to reduce IO, but also to store the loaded .xml and .py files for later reproducibility
Usage
|
delete |
std::vector< std::string > alsutils::io::TextFileCache::getAllLoadedFiles | ( | ) | const |
|
static |
std::string alsutils::io::TextFileCache::loadTextFile | ( | const std::string & | path | ) |