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 symlink that follows RAII. More...
#include <scoped_file.h>
Public Member Functions | |
ScopedSymlink (const std::filesystem::path &rSymlinkPath, const std::filesystem::path &rTargetPath) | |
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 symlink that follows RAII.
Kratos::Testing::ScopedSymlink::ScopedSymlink | ( | const std::filesystem::path & | rSymlinkPath, |
const std::filesystem::path & | rTargetPath | ||
) |