|
dune-vtk 2.8
|
#include "filesystem.hh"#include <unistd.h>#include <errno.h>#include <stdio.h>#include <sys/stat.h>#include <sys/types.h>#include <cctype>#include <iostream>#include <fstream>#include <string>Namespaces | |
| namespace | Dune |
| namespace | Dune::Vtk |
Macros | |
| #define | GET_CURRENT_DIR getcwd |
Functions | |
| template<class... Args> | |
| void | _ignore_ (Args &&...) |
| Path | Dune::Vtk::currentPath () |
| Returns the current path. More... | |
| bool | Dune::Vtk::exists (Path const &) |
| Test whether the path is a valid (existing and accessible) file / directory. More... | |
| bool | Dune::Vtk::createDirectories (Path const &) |
| Create directory and non existing parent directories. More... | |
| Path | Dune::Vtk::relative (Path const &a, Path const &b) |
Find the path of a relative to directory of b More... | |
| #define GET_CURRENT_DIR getcwd |
|
inline |