libzypp
10.5.0
|
Save and restore locale set from file. More...
#include <SystemCheck.h>
Public Member Functions | |
const Pathname & | file () |
Return the file path. | |
bool | setFile (const Pathname &file) const |
Set configuration file of system requirements Should be used for testcase only. | |
const CapabilitySet & | requiredSystemCap () const |
Returns a list of required system capabilities. | |
const CapabilitySet & | conflictSystemCap () const |
Returns a list of conflicting system capabilities. | |
Static Public Member Functions | |
static const SystemCheck & | instance () |
Singleton. | |
Private Member Functions | |
SystemCheck () | |
Ctor taking the file to read. | |
bool | loadFile () const |
Friends | |
std::ostream & | operator<< (std::ostream &str, const SystemCheck &obj) |
Related Functions | |
(Note that these are not member functions.) | |
std::ostream & | operator<< (std::ostream &str, const SystemCheck &obj) |
Save and restore locale set from file.
Definition at line 29 of file SystemCheck.h.
zypp::SystemCheck::SystemCheck | ( | ) | [private] |
Ctor taking the file to read.
Definition at line 45 of file SystemCheck.cc.
const SystemCheck & zypp::SystemCheck::instance | ( | ) | [static] |
Singleton.
Definition at line 38 of file SystemCheck.cc.
const Pathname & zypp::SystemCheck::file | ( | ) |
Return the file path.
Definition at line 59 of file SystemCheck.cc.
bool zypp::SystemCheck::setFile | ( | const Pathname & | file | ) | const |
Set configuration file of system requirements Should be used for testcase only.
Definition at line 52 of file SystemCheck.cc.
const CapabilitySet & zypp::SystemCheck::requiredSystemCap | ( | ) | const |
Returns a list of required system capabilities.
Definition at line 63 of file SystemCheck.cc.
const CapabilitySet & zypp::SystemCheck::conflictSystemCap | ( | ) | const |
Returns a list of conflicting system capabilities.
Definition at line 67 of file SystemCheck.cc.
bool zypp::SystemCheck::loadFile | ( | ) | const [private] |
Definition at line 71 of file SystemCheck.cc.
std::ostream& operator<< | ( | std::ostream & | str, |
const SystemCheck & | obj | ||
) | [friend] |
Definition at line 116 of file SystemCheck.cc.
std::ostream & operator<< | ( | std::ostream & | str, |
const SystemCheck & | obj | ||
) | [related] |
Stream output
Definition at line 116 of file SystemCheck.cc.