|
libzypp
9.1.2
|
RepoStatus implementation. More...
Static Public Member Functions | |
| static shared_ptr< Impl > | nullimpl () |
| Offer default Impl. | |
Public Attributes | |
| string | checksum |
| Date | timestamp |
Private Member Functions | |
| Impl * | clone () const |
| clone for RWCOW_pointer | |
Friends | |
| Impl * | rwcowClone (const Impl *rhs) |
Related Functions | |
(Note that these are not member functions.) | |
| std::ostream & | operator<< (std::ostream &str, const RepoStatus::Impl &obj) |
RepoStatus implementation.
Definition at line 31 of file RepoStatus.cc.
| static shared_ptr<Impl> zypp::RepoStatus::Impl::nullimpl | ( | ) | [inline, static] |
Offer default Impl.
Definition at line 40 of file RepoStatus.cc.
| Impl* zypp::RepoStatus::Impl::clone | ( | ) | const [inline, private] |
clone for RWCOW_pointer
Definition at line 49 of file RepoStatus.cc.
| Impl* rwcowClone | ( | const Impl * | rhs | ) | [friend] |
| std::ostream & operator<< | ( | std::ostream & | str, |
| const RepoStatus::Impl & | obj | ||
| ) | [related] |
Definition at line 36 of file RepoStatus.cc.
Referenced by zypp::RepoStatus::checksum(), zypp::RepoStatus::empty(), operator<<(), zypp::RepoStatus::RepoStatus(), and zypp::RepoStatus::setChecksum().
Definition at line 37 of file RepoStatus.cc.
Referenced by operator<<(), zypp::RepoStatus::RepoStatus(), zypp::RepoStatus::setTimestamp(), and zypp::RepoStatus::timestamp().
1.7.6.1