|
Wildmeshing Toolkit
|
#include "Cache.hpp"#include <chrono>#include <exception>#include <fstream>#include <iostream>#include <nlohmann/json.hpp>#include <sstream>#include <wmtk/io/HDF5Writer.hpp>#include <wmtk/io/MeshReader.hpp>#include <wmtk/utils/Logger.hpp>#include <filesystem>Go to the source code of this file.
Namespaces | |
| namespace | wmtk |
| namespace | wmtk::io |
Functions | |
| int64_t | nanoseconds_timestamp () |
| std::string | number_to_hex (int64_t l) |
| int64_t nanoseconds_timestamp | ( | ) |
Definition at line 17 of file Cache.cpp.
Referenced by wmtk::io::Cache::create_unique_directory(), and wmtk::io::Cache::create_unique_file().
| std::string number_to_hex | ( | int64_t | l | ) |
Definition at line 24 of file Cache.cpp.
Referenced by wmtk::io::Cache::create_unique_directory(), and wmtk::io::Cache::create_unique_file().