|
Nix 2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
|
Public Member Functions | |
| void | check (int err, const std::string &reason="failed to extract archive (%s)") |
| TarArchive (Source &source, bool raw=false) | |
| TarArchive (const Path &path) | |
| TarArchive (const TarArchive &)=delete | |
| disable copy constructor | |
| void | close () |
Public Attributes | |
| struct archive * | archive |
| Source * | source |
| std::vector< unsigned char > | buffer |