ModErn Text Analysis
META Enumerates Textual Applications
Public Member Functions | Public Attributes | List of all members
meta::testing::file_guard Struct Reference

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.
 

Detailed Description

Always makes sure a new file is created.


The documentation for this struct was generated from the following file: