|
Gromacs
2025.3
|
Inheritance diagram for gmx::anonymous_namespace{fileredirector.cpp}::DefaultInputRedirector:
Collaboration diagram for gmx::anonymous_namespace{fileredirector.cpp}::DefaultInputRedirector:Implements the redirector returned by defaultFileInputRedirector().
Does not redirect anything, but uses the file system as requested.
Public Member Functions | |
| bool | fileExists (const std::filesystem::path &filename, const File::NotFoundHandler &onNotFound) const override |
| Checks whether the provided path exists (and is a file). More... | |
|
inlineoverridevirtual |
Checks whether the provided path exists (and is a file).
The onNotFound can be used to influence the behavior on error conditions. Functions to pass as this parameter are provided as members of gmx::File.
Implements gmx::IFileInputRedirector.
1.8.5