Create a temporary file and delete it upon destruction. More...
#include <MooseUnitUtils.h>
Public Member Functions | |
| TempFile () | |
| ~TempFile () | |
| const std::filesystem::path & | path () const |
Static Private Member Functions | |
| static std::filesystem::path | generatePath () |
Private Attributes | |
| const std::filesystem::path | _path |
Create a temporary file and delete it upon destruction.
Definition at line 118 of file MooseUnitUtils.h.
| Moose::UnitUtils::TempFile::TempFile | ( | ) |
Definition at line 16 of file MooseUnitUtils.C.
| Moose::UnitUtils::TempFile::~TempFile | ( | ) |
Definition at line 18 of file MooseUnitUtils.C.
|
staticprivate |
Definition at line 25 of file MooseUnitUtils.C.
|
inline |
Definition at line 127 of file MooseUnitUtils.h.
Referenced by ~TempFile().
|
private |
Definition at line 132 of file MooseUnitUtils.h.
Referenced by path().
1.8.14