12 #ifndef ZYPP_CORE_PARSER_SYSCONFIG_H 13 #define ZYPP_CORE_PARSER_SYSCONFIG_H 55 bool write(
const Pathname & path_r,
const std::string & key_r,
const std::string & val_r,
56 const std::string & newcomment_r = std::string() )
ZYPP_API;
65 bool writeStringVal( const Pathname & path_r, const
std::
string & key_r, const
std::
string & val_r,
72 #endif // ZYPP_CORE_PARSER_SYSCONFIG_H bool writeStringVal(const Pathname &path_r, const std::string &key_r, const std::string &val_r, const std::string &newcomment_r)
Convenience to add or change a string-value in sysconfig file path_r.
const Arch Arch_armv7hnl Arch_armv7nhl ZYPP_API
std::map< std::string, std::string > read(const Pathname &_path)
Read sysconfig file path_r and return (key,valye) pairs.
bool write(const Pathname &path_r, const std::string &key_r, const std::string &val_r, const std::string &newcomment_r)
Add or change a value in sysconfig file path_r.
Easy-to use interface to the ZYPP dependency resolver.