#include <PatchContents.h>
Public Types | |
| typedef ContentsCollection::iterator | iterator |
| typedef ContentsCollection::const_iterator | const_iterator |
| typedef ContentsCollection::size_type | size_type |
Public Member Functions | |
| PatchContents (Patch::constPtr patch) | |
| const_iterator | begin () const |
| const_iterator | end () const |
| bool | empty () const |
| size_type | size () const |
Protected Types | |
| typedef std::vector < ResObject::constPtr > | ContentsCollection |
Private Attributes | |
| RW_pointer< Impl > | _pimpl |
Classes | |
| class | Impl |
Definition at line 29 of file PatchContents.h.
typedef std::vector<ResObject::constPtr> zypp::ui::PatchContents::ContentsCollection [protected] |
Definition at line 32 of file PatchContents.h.
| typedef ContentsCollection::iterator zypp::ui::PatchContents::iterator |
Definition at line 35 of file PatchContents.h.
| typedef ContentsCollection::const_iterator zypp::ui::PatchContents::const_iterator |
Definition at line 38 of file PatchContents.h.
| typedef ContentsCollection::size_type zypp::ui::PatchContents::size_type |
Definition at line 39 of file PatchContents.h.
| zypp::ui::PatchContents::PatchContents | ( | Patch::constPtr | patch | ) |
Definition at line 22 of file PatchContents.cc.
| PatchContents::const_iterator zypp::ui::PatchContents::begin | ( | void | ) | const |
| PatchContents::const_iterator zypp::ui::PatchContents::end | ( | ) | const |
| bool zypp::ui::PatchContents::empty | ( | ) | const |
| PatchContents::size_type zypp::ui::PatchContents::size | ( | void | ) | const |
RW_pointer<Impl> zypp::ui::PatchContents::_pimpl [private] |
1.5.3