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);
76 bool static const checkLanguage(std::string Lang,
bool const All =
false);
85 std::vector<std::string>
static const getArchitectures(
bool const &Cached =
true);
97 std::string Extension;
99 std::vector<std::string> CompressArgs;
100 std::vector<std::string> UncompressArgs;
103 Compressor(
char const *name,
char const *extension,
char const *binary,
104 char const *compressArg,
char const *uncompressArg,
105 unsigned short const cost);
106 Compressor() : Cost(std::numeric_limits<unsigned short>::max()) {};
116 std::vector<Compressor>
static const getCompressors(
bool const Cached =
true);
122 void static setDefaultConfigurationForCompressors();