|
apt 3.0.3
commandline package manager
|
Representation of supported compressors. More...
#include <apt-pkg/aptconfiguration.h>
Public Member Functions | |
| Compressor (char const *name, char const *extension, char const *binary, char const *compressArg, char const *uncompressArg, unsigned short const cost) | |
Public Attributes | |
| std::string | Name |
| std::string | Extension |
| std::string | Binary |
| std::vector< std::string > | CompressArgs |
| std::vector< std::string > | UncompressArgs |
| unsigned short | Cost |
Representation of supported compressors.