ModErn Text Analysis
META Enumerates Textual Applications
|
Always makes sure a new file is created. More...
#include <string_list_test.h>
Public Member Functions | |
file_guard (const std::string &path) | |
Always makes sure that a new file is created. | |
~file_guard () | |
Always makes sure that the file is deleted when the object's destructor is called. | |
Public Attributes | |
const std::string & | path_ |
The path to this file. | |
Always makes sure a new file is created.