 |
ewmscp
..
|
Go to the documentation of this file. 1 #ifndef __inputHandlerDummy_h__
2 #define __inputHandlerDummy_h__
22 static genericStat::clock_type::time_point
mTime;
35 std::unique_ptr<const genericStat>
getStat()
override;
38 ~dummy()
override =
default;
39 std::unique_ptr<reader>
newReader(
const std::string& aPath,
43 std::unique_ptr<const genericStat>
getStat(
const std::string& path,
44 bool followLink)
override;
53 std::unique_ptr<Entry>
getNextEntry(
bool ignoreMissing) override;
55 std::unique_ptr<Directory>
getDirectory(const std::
string& path) override;
generic option class with any type that can be used with std::istream and std::ostream
class specialisation for options of type bool
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).
class as base for inputHandler::base::reader and outputHandler::base::writer containing the common pa...