Save and restore soft locks.
More...
#include <SoftLocksFile.h>
|
(Note that these are not member functions.)
|
std::ostream & | operator<< (std::ostream &str, const SoftLocksFile &obj) |
|
Save and restore soft locks.
Definition at line 35 of file SoftLocksFile.h.
zypp::target::SoftLocksFile::SoftLocksFile |
( |
const Pathname & |
file_r | ) |
|
|
inline |
const Pathname& zypp::target::SoftLocksFile::file |
( |
| ) |
const |
|
inline |
const Data& zypp::target::SoftLocksFile::data |
( |
| ) |
const |
|
inline |
Return the data.
The file is read once on demand. Returns empty Data if the file does not exist or is not readable.
Definition at line 55 of file SoftLocksFile.h.
void zypp::target::SoftLocksFile::setData |
( |
const Data & |
data_r | ) |
|
|
inline |
Store new Data.
Write the new Data to file, unless we know it did not change. The directory containing file must exist.
Definition at line 71 of file SoftLocksFile.h.
bool zypp::target::SoftLocksFile::differs |
( |
const Data & |
lhs, |
|
|
const Data & |
rhs |
|
) |
| const |
|
inlineprivate |
void zypp::target::SoftLocksFile::load |
( |
const Pathname & |
file_r, |
|
|
Data & |
data_r |
|
) |
| |
|
staticprivate |
void zypp::target::SoftLocksFile::store |
( |
const Pathname & |
file_r, |
|
|
const Data & |
data_r |
|
) |
| |
|
staticprivate |
std::ostream& operator<< |
( |
std::ostream & |
str, |
|
|
const SoftLocksFile & |
obj |
|
) |
| |
|
friend |
std::ostream & operator<< |
( |
std::ostream & |
str, |
|
|
const SoftLocksFile & |
obj |
|
) |
| |
|
related |
Pathname zypp::target::SoftLocksFile::_file |
|
private |
The documentation for this class was generated from the following files: