#include <CacheFSCK.h>
Public Member Functions | |
| CacheFSCK (const Pathname &dbdir) | |
| Default ctor. | |
| void | start () |
| ~CacheFSCK () | |
| Dtor. | |
Private Attributes | |
| RWCOW_pointer< Impl > | _pimpl |
| Pointer to implementation. | |
Friends | |
| std::ostream & | operator<< (std::ostream &str, const CacheFSCK &obj) |
| Stream output. | |
Classes | |
| struct | Impl |
| CacheFSCK implementation. More... | |
Definition at line 34 of file CacheFSCK.h.
| zypp::cache::CacheFSCK::CacheFSCK | ( | const Pathname & | dbdir | ) |
| zypp::cache::CacheFSCK::~CacheFSCK | ( | ) |
| void zypp::cache::CacheFSCK::start | ( | ) |
| std::ostream & operator<< | ( | std::ostream & | str, | |
| const CacheFSCK & | obj | |||
| ) | [friend] |
RWCOW_pointer<Impl> zypp::cache::CacheFSCK::_pimpl [private] |
Pointer to implementation.
Definition at line 58 of file CacheFSCK.h.
Referenced by zypp::cache::operator<<(), and start().
1.5.3