11 #ifndef APT_CONFIGURATION_H
12 #define APT_CONFIGURATION_H
67 std::vector<std::string>
static const getLanguages(
bool const &All =
false,
68 bool const &Cached =
true,
char const **
const Locale = 0);
77 std::vector<std::string>
static const getArchitectures(
bool const &Cached =
true);
89 std::string Extension;
91 std::vector<std::string> CompressArgs;
92 std::vector<std::string> UncompressArgs;
95 Compressor(
char const *name,
char const *extension,
char const *binary,
96 char const *compressArg,
char const *uncompressArg,
97 unsigned short const cost);
98 Compressor() : Cost(std::numeric_limits<unsigned short>::max()) {};
108 std::vector<Compressor>
static const getCompressors(
bool const Cached =
true);
114 void static setDefaultConfigurationForCompressors();