#include <limal/config.h>
#include <limal/PathName.hpp>
#include <blocxx/Map.hpp>
#include <cerrno>
#include <iosfwd>
#include <set>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
#include <dirent.h>
Go to the source code of this file.
Namespaces | |
| namespace | limal |
| namespace | limal::path |
Classes | |
| class | limal::path::PathInfo |
| Wrapper class for stat/lstat and other file/directory related operations. More... | |
| class | limal::path::PathInfo::StatMode |
| Wrapper class for mode_t values as derived from stat. More... | |
| class | limal::path::PathInfo::DevInoCache |
| Simple cache remembering device/inode to detect hard links. More... | |
1.5.5