TIMBER  beta
Tree Interface for Making Binned Events with RDataFrame
Public Member Functions | List of all members
TempDir Class Reference

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.
 

Detailed Description

C++ class. Creates a temporary directory that is destroyed on delete.

Member Function Documentation

◆ Hash()

std::string Hash ( )

Generate a hash to create a temporary random folder.

Returns
std::string

◆ Write()

std::string Write ( std::string  filename,
std::string  in 
)

Write a string (in) to a file (filename) within the temporary directory.

Parameters
filename
in
Returns
std::string

The documentation for this class was generated from the following files: