Lumiera 0.pre.04~rc.1
»edit your freedom«
Loading...
Searching...
No Matches
temp-dir.hpp File Reference

Manage a temporary directory for storage, with automated clean-up. More...

Go to the source code of this file.

Description

Manage a temporary directory for storage, with automated clean-up.

See also
TempDir_test

Definition in file temp-dir.hpp.

#include "lib/error.hpp"
#include "lib/nocopy.hpp"
#include "lib/random.hpp"
#include "include/limits.hpp"
#include "lib/format-string.hpp"
#include "lib/file.hpp"
#include "lib/util.hpp"
#include <fstream>
#include <string>

Namespaces

namespace  lib
 Implementation namespace for support and library code.
 
namespace  lib::test
 Unit tests for the Lumiera support library.
 
namespace  lib::test::anonymous_namespace{temp-dir.hpp}
 

Classes

class  TempDir
 A RAII style temporary directory. More...
 

Variables

Literal TEMPFILE_PREFIX = "Lux"