#include <sys/stat.h>
#include <sys/types.h>
#include <dirent.h>
#include <string>
#include <set>
Go to the source code of this file.
Namespaces | |
namespace | buffy |
Classes | |
class | buffy::Directory |
class | buffy::InodeSet |
Functions | |
void | buffy::stat (const std::string &name, struct stat *st) |
Stat the given file, throwing exception if stat fails. | |
bool | buffy::statIfFound (const std::string &name, struct stat *st) |
Stat the given file, throwing exception if stat fails, but not in case the file doesn't exist. |