#include <PatchFileReader.h>
Public Types | |
| typedef function < bool(const data::Patch_Ptr &)> | ProcessPatch |
| Consumer callback definition. | |
Public Member Functions | |
| PatchFileReader (const Pathname &patch_file, ProcessPatch callback) | |
| CTOR. | |
| ~PatchFileReader () | |
| DTOR. | |
Private Attributes | |
| RW_pointer< Impl, rw_pointer::Scoped < Impl > > | _pimpl |
Classes | |
| class | Impl |
zypp::parser::xml::Reader
Definition at line 41 of file PatchFileReader.h.
| typedef function<bool(const data::Patch_Ptr &)> zypp::parser::yum::PatchFileReader::ProcessPatch |
Consumer callback definition.
Function which will process the read data must be of this type.
Definition at line 49 of file PatchFileReader.h.
| zypp::parser::yum::PatchFileReader::PatchFileReader | ( | const Pathname & | patch_file, | |
| ProcessPatch | callback | |||
| ) |
CTOR.
Creates also xml::Reader and starts reading.
Definition at line 870 of file PatchFileReader.cc.
| zypp::parser::yum::PatchFileReader::~PatchFileReader | ( | ) |
Definition at line 65 of file PatchFileReader.h.
1.5.3