![]() |
KratosMultiphysics
KRATOS Multiphysics (Kratos) is a framework for building parallel, multi-disciplinary simulation software, aiming at modularity, extensibility, and high performance. Kratos is written in C++, and counts with an extensive Python interface.
|
Class representing a directory that follows RAII. More...
#include <scoped_file.h>
Public Member Functions | |
| ScopedDirectory (const std::filesystem::path &rPath) | |
Public Member Functions inherited from Kratos::Testing::ScopedEntry | |
| ScopedEntry (const std::filesystem::path &rPath) | |
| ScopedEntry (ScopedEntry &&rOther)=default | |
| ScopedEntry (const ScopedEntry &rOther)=delete | |
| ScopedEntry & | operator= (ScopedEntry &&rOther)=delete |
| ScopedEntry & | operator= (const ScopedEntry &rOther)=delete |
| virtual | ~ScopedEntry () |
| operator const std::filesystem::path & () const | |
Class representing a directory that follows RAII.
| Kratos::Testing::ScopedDirectory::ScopedDirectory | ( | const std::filesystem::path & | rPath | ) |