libzypp  13.10.6
Sysconfig.cc File Reference
#include <iostream>
#include <fstream>
#include "zypp/base/Logger.h"
#include "zypp/base/String.h"
#include "zypp/base/StrMatcher.h"
#include "zypp/base/IOStream.h"
#include "zypp/base/InputStream.h"
#include "zypp/Pathname.h"
#include "zypp/PathInfo.h"
#include "zypp/TmpPath.h"
#include "zypp/base/Sysconfig.h"

Go to the source code of this file.

Namespaces

 zypp
 Easy-to use interface to the ZYPP dependency resolver.
 
 zypp::base
 
 zypp::base::sysconfig
 

Functions

map< string, string > zypp::base::sysconfig::read (const Pathname &_path)
 Read sysconfig file path_r and return (key,valye) pairs. More...
 
bool zypp::base::sysconfig::write (const Pathname &path_r, const std::string &key_r, const std::string &val_r, const std::string &newcomment_r=std::string())
 Add or change a value in sysconfig file path_r. More...
 
bool zypp::base::sysconfig::writeStringVal (const Pathname &path_r, const std::string &key_r, const std::string &val_r, const std::string &newcomment_r=std::string())
 Convenience to add or change a string-value in sysconfig file path_r. More...