 |
ewmscp
..
|
Go to the documentation of this file. 1 #ifndef __inputHandlerDaosFs_h__
2 #define __inputHandlerDaosFs_h__
10 #include <sys/types.h>
33 std::unique_ptr<reader>
newReader(
const std::string& aPath,
37 std::vector<char>& target)
override;
47 std::unique_ptr<Entry>
getNextEntry(
bool ignoreMissing) override;
49 std::unique_ptr<Directory>
getDirectory(const std::
string& path) override;
generic stat abstraction class Used to abstract the variants of the stat structure.
data block, used to hold the data that are being copied (or checksummed).
base class for daosFs reader and writer class with the common stuff like fd, path and xattr handling