apt
0.9.14.1+nmu1
|
Representation of supported compressors. More...
#include <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.