libzypp 17.35.9
|
Namespaces | |
namespace | detail |
auto zyppng::operators::operator| | ( | std::shared_ptr< PrevOp > && | in, |
std::shared_ptr< Callback > && | c ) -> AsyncOpRef<typename Callback::value_type> |
Definition at line 284 of file asyncresult.h.
auto zyppng::operators::operator| | ( | std::shared_ptr< PrevOp > && | in, |
Callback && | c ) |
Definition at line 294 of file asyncresult.h.
auto zyppng::operators::operator| | ( | PrevRes && | in, |
CallbackOp && | c ) -> AsyncOpRef<typename remove_smart_ptr_t<CallbackOp>::value_type> |
Definition at line 322 of file asyncresult.h.
auto zyppng::operators::operator| | ( | SyncRes && | in, |
Callback && | c ) |
Definition at line 336 of file asyncresult.h.
Definition at line 616 of file expected.h.
Definition at line 623 of file expected.h.
Definition at line 630 of file expected.h.
Definition at line 637 of file expected.h.
Definition at line 644 of file expected.h.
|
inline |
Definition at line 650 of file expected.h.
Definition at line 706 of file expected.h.
auto zyppng::operators::transform | ( | Transformation && | transformation | ) |
Definition at line 70 of file transform.h.
|
inline |
Starts the the given ProgressObserver, forwarding the pipeline value without touching it
Definition at line 221 of file progressobserver.h.
|
inline |
Increases the ProgressObserver by the given progIncrease, forwarding the pipeline value without touching it. Can also set a new label via newStr
Definition at line 229 of file progressobserver.h.
|
inline |
Sets the current value in the given ProgressObserver, forwarding the pipeline value without touching it Can also set a new label via newStr
Definition at line 237 of file progressobserver.h.
|
inline |
Sets the label value in the given ProgressObserver, forwarding the pipeline value without touching it
Definition at line 244 of file progressobserver.h.
|
inline |
Sets the the given ProgressObserver to finished, forwarding the pipeline value without touching it
Definition at line 252 of file progressobserver.h.