#include <ParserProgress.h>
|
| __pad0__: _fnc(fnc) |
| initializes a progress objetc, with a callback functor if you are not reporting percentage, then set the total_steps to the goal, and report using the same unit, then More...
|
|
Definition at line 22 of file ParserProgress.h.
zypp::parser::ParserProgress::~ParserProgress |
( |
| ) |
|
|
inline |
zypp::parser::ParserProgress::_previous_progress |
( |
0 |
| ) |
|
zypp::parser::ParserProgress::_total_steps |
( |
total_steps |
| ) |
|
|
inline |
void zypp::parser::ParserProgress::progress |
( |
long int |
p | ) |
|
|
inline |
report progress, which in most cases executes the functor associated with this progress object to update progress information
Definition at line 48 of file ParserProgress.h.
void zypp::parser::ParserProgress::setTotalSteps |
( |
long int |
total_steps | ) |
|
|
inline |
void zypp::parser::ParserProgress::finish |
( |
| ) |
|
|
inline |
void zypp::parser::ParserProgress::start |
( |
| ) |
|
|
inline |
zypp::parser::ParserProgress::__pad0__ |
initializes a progress objetc, with a callback functor if you are not reporting percentage, then set the total_steps to the goal, and report using the same unit, then
Definition at line 34 of file ParserProgress.h.
boost::function<void (long int)> zypp::parser::ParserProgress::_fnc |
|
private |
long int zypp::parser::ParserProgress::_previous_progress |
|
private |
long int zypp::parser::ParserProgress::_total_steps |
|
private |
The documentation for this class was generated from the following file: