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 file that follows RAII. More...
#include <scoped_file.h>
Public Member Functions | |
ScopedFile (const std::filesystem::path &rPath) | |
~ScopedFile () override | |
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 | |
Friends | |
template<class T > | |
ScopedFile & | operator<< (ScopedFile &rFile, const T &rContent) |
Class representing a file that follows RAII.
Kratos::Testing::ScopedFile::ScopedFile | ( | const std::filesystem::path & | rPath | ) |
|
override |
|
friend |