![]() |
TIMBER
beta
Tree Interface for Making Binned Events with RDataFrame
|
C++ class. Creates a temporary directory that is destroyed on delete. More...
Public Member Functions | |
std::string | Hash () |
Generate a hash to create a temporary random folder. More... | |
TempDir () | |
Construct a new Temp Dir object. | |
std::string | Write (std::string filename, std::string in) |
Write a string (in) to a file (filename) within the temporary directory. More... | |
~TempDir () | |
Destroy the Temp Dir object. | |
C++ class. Creates a temporary directory that is destroyed on delete.
std::string Hash | ( | ) |
Generate a hash to create a temporary random folder.
std::string Write | ( | std::string | filename, |
std::string | in | ||
) |
Write a string (in) to a file (filename) within the temporary directory.
filename | |
in |