|
WSF
|
#include <UtTarfile.hpp>
Public Types | |
| typedef std::function< bool(const UtPath &, const UtPath::StatData &)> | FilterFunction |
Public Member Functions | |
| UtTarfileO (std::ostream &aOutputStream) | |
| void | SetFilter (const FilterFunction &aFilter) |
| void | AddDirectory (const std::string &aPrefix, const UtPath &aPath) |
| void | AddFile (const std::string &aDestinationPath, const UtPath &aFilePath) |
Supports read/write operations similar to tar files but this is not actually compatible with tar files.
| typedef std::function<bool(const UtPath&, const UtPath::StatData&)> UtTarfileO::FilterFunction |
| UtTarfileO::UtTarfileO | ( | std::ostream & | aOutputStream | ) |
| void UtTarfileO::AddDirectory | ( | const std::string & | aPrefix, |
| const UtPath & | aPath ) |
References AddDirectory().
Referenced by AddDirectory().
| void UtTarfileO::AddFile | ( | const std::string & | aDestinationPath, |
| const UtPath & | aFilePath ) |
| void UtTarfileO::SetFilter | ( | const FilterFunction & | aFilter | ) |