|
CBMC
|
#include <tempfile.h>
Collaboration diagram for temporary_filet:Public Member Functions | |
| temporary_filet (const std::string &prefix, const std::string &suffix) | |
| temporary_filet (const temporary_filet &)=delete | |
| temporary_filet (temporary_filet &&other) | |
| std::string | operator() () const |
| ~temporary_filet () | |
Protected Attributes | |
| std::string | name |
Definition at line 23 of file tempfile.h.
Definition at line 26 of file tempfile.h.
|
delete |
|
inline |
Definition at line 36 of file tempfile.h.
| temporary_filet::~temporary_filet | ( | ) |
Definition at line 145 of file tempfile.cpp.
|
inline |
Definition at line 42 of file tempfile.h.
|
protected |
Definition at line 51 of file tempfile.h.