|
libzypp 17.38.7
|
#include <iosfwd>#include <string>#include <chrono>#include <zypp-core/base/PtrTypes.h>#include <zypp-core/base/Function.h>#include <zypp-core/base/ProvideNumericId>#include <zypp-core/Date.h>Go to the source code of this file.
Classes | |
| class | zypp::ProgressData |
| Maintain [min,max] and counter (value) for progress counting. More... | |
| class | zypp::ProgressData::Data |
| class | zypp::CombinedProgressData |
| Progress callback from another progress. More... | |
Namespaces | |
| namespace | zypp |
| Easy-to use interface to the ZYPP dependency resolver. | |
Functions | |
| std::ostream & | zypp::operator<< (std::ostream &str, const ProgressData &obj) |
| relates: ProgressData Stream output | |
| ProgressData | zypp::makeProgressData (const InputStream &input_r) |
| relates: ProgressData Setup from InputStream. | |