Aktualizr
C++ SOTA Client
Public Member Functions | List of all members
TemporaryFile Class Reference

RAII Temporary file creation. More...

#include <utils.h>

Public Member Functions

 TemporaryFile (const std::string &hint="file")
 
 TemporaryFile (const TemporaryFile &)=delete
 
TemporaryFile operator= (const TemporaryFile &)=delete
 
void PutContents (const std::string &contents) const
 
boost::filesystem::path Path () const
 
std::string PathString () const
 

Detailed Description

RAII Temporary file creation.

Definition at line 68 of file utils.h.


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